/* 119 */ context.visit(visitor);
/* 120 */ Set classpath = visitor.getClassPath();
/* 121 */ for (VirtualFile path : classpath)
/* */ {
/* 124 */ if (path != root) {
/* 125 */ ucl.addURL(trimJARURL(path.toURL()));
/* */ }
/* */ }
/* */
/* 129 */ ObjectName uclName = ucl.getObjectName();
/* 130 */ if (!server.isRegistered(uclName))