[Bug libgcj/14572] System ClassLoader is not set according to java.system.class.loader property
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 15 20:48:00 GMT 2005
------- Additional Comments From tromey at gcc dot gnu dot org 2005-06-15 20:48 -------
The bug here is that our built-in system class loader is not
initialized when the user-specified system class loader is looked for.
So, the class path is not searched and the class is not found.
Fixing this is mildly tricky as startup and initialization order are
already very messy.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14572
More information about the Java-prs
mailing list