[kaffe] bug while getting URLs in current ClassLoader.

Alok Menghrajani alok.menghrajani at epfl.ch
Sat Jan 24 14:32:20 PST 2004


The following code returns an empty array with Kaffe:

ClassLoader cl = Thread.currentThread().getContextClassLoader();
URL urls[] = ((URLClassLoader) cl).getURLs();

(It returns the actual class path with SUN's JVM).

Could you please keep me updated about this bug, my email is:
alok.menghrajani at epfl.ch

Thanks,
Alok.




More information about the kaffe mailing list