This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/14572] New: System ClassLoader is not set to java.system.class.loader
- From: "karme at berlios dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Mar 2004 16:02:30 -0000
- Subject: [Bug libgcj/14572] New: System ClassLoader is not set to java.system.class.loader
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
according to java/lang/ClassLoader.java documentation: (gcc 3.3.3)
"
* [...] The system property
* <code>java.system.class.loader</code>, if defined, is taken to be the
* name of the class to use as the system class loader, which must have
* a public constructor which takes a ClassLoader as a parent; otherwise this
* uses gnu.java.lang.SystemClassLoader.
*
* <p>Note that this is different from the bootstrap classloader that
* actually loads all the real "system" classes (the bootstrap classloader
* is the parent of the returned system classloader).
*
"
sorry if that is already fixed in newer versions
i only had a quick look with the cvs front-end and there are many changes
but i did not see a fix
--
Summary: System ClassLoader is not set to
java.system.class.loader
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: karme at berlios dot de
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14572