Re: lib/ext JAR file search order

2013-11-15 Thread Mandy Chung
On 11/15/2013 12:37 PM, Ioi Lam wrote: From sun.misc.Launcher$ExtClassLoader: private static URL[] getExtURLs(File[] dirs) throws IOException { Vector urls = new Vector(); for (int i = 0; i < dirs.length; i++) { String[] files = dirs[i].list();

lib/ext JAR file search order

2013-11-15 Thread Ioi Lam
From sun.misc.Launcher$ExtClassLoader: private static URL[] getExtURLs(File[] dirs) throws IOException { Vector urls = new Vector(); for (int i = 0; i < dirs.length; i++) { String[] files = dirs[i].list(); if (files != null) {