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]

Re: Potential JNI/Logger bug


>>>>> "Thomas" == Thomas Hallgren <thhal@mailblocks.com> writes:

Thomas> I'm trying to configure the java Logger using the property
Thomas> java.util.logging.config.class. I set the property using a -D option
Thomas> in the startup arguments sent to the JNI_CreateJavaVM.

I think the bug you're running into here is that our Invocation API
still doesn't accept arguments.  So, your -D setting is most likely
not being seen.  This is a known problem, but surprisingly it doesn't
appear in bugzilla.  Could you file it there?

Tom


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