/* 111 */ Object[] args = { url, url, Boolean.TRUE };
/* 112 */ String[] sig = { "java.net.URL", "java.net.URL", "boolean" };
/* 113 */ RepositoryClassLoader ucl = (RepositoryClassLoader)server.invoke(loaderConfig.repositoryName, "newClassLoader", args, sig);
/* */ try
/* */ {
/* 118 */ ClassPathVisitor visitor = new ClassPathVisitor();
/* 119 */ context.visit(visitor);
/* 120 */ Set classpath = visitor.getClassPath();
/* 121 */ for (VirtualFile path : classpath)
/* */ {
/* 124 */ if (path != root) {
/* 125 */ ucl.addURL(trimJARURL(path.toURL()));
/* */ }