Searched defs:toJarUrl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/tools/
H A DParallelWorldClassLoader.java168 jars.add(new JarFile(new File(toJarUrl(u).toURI())));
185 jars.add(new JarFile(new File(toJarUrl(en.nextElement()).toURI())));
207 public static URL toJarUrl(URL res) throws ClassNotFoundException, MalformedURLException { method in class:ParallelWorldClassLoader

Completed in 434 milliseconds