This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]