This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Potential JNI/Logger bug
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Hallgren <thhal at mailblocks dot com>
- Cc: java at gcc dot gnu dot org
- Date: 01 Aug 2004 12:39:24 -0600
- Subject: Re: Potential JNI/Logger bug
- References: <cedvau$d0o$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "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