This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Potential JNI/Logger bug
- From: Thomas Hallgren <thhal at mailblocks dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 30 Jul 2004 19:08:42 +0200
- Subject: Potential JNI/Logger bug
I'm trying to configure the java Logger using the property
java.util.logging.config.class. I set the property using a -D option in
the startup arguments sent to the JNI_CreateJavaVM.
According to the Java documentation, this will cause the class to be
loaded and instantiated. Using a standard java VM, this works fine. With
GCJ nothing seems to happen. The constructor is never called.
Regards,
Thomas Hallgren