This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: jni.h compatibility
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Adam Megacz <gcj at lists dot megacz dot com>, Java Discuss List <java at gcc dot gnu dot org>
- Date: 18 Mar 2002 15:20:50 -0700
- Subject: Re: jni.h compatibility
- References: <Pine.LNX.4.10.10203181633560.3732-100000@mars.deadcafe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
>> Sorry, I really don't know; IIRC JNI on Win32 uses DLLs, which I don't
>> know much about. I'd just leave them undefined on Win32 and wait for
>> somebody to complain.
Jeff> I agree; until such a time as we support DLLs on win32 they
Jeff> could be blank.
It would be nice if we could have the correct values now, so that
people could compile their JNI code using our jni.h even if they
planned to use the JDK. However, it probably isn't essential, as that
is an unlikely scenario.
Tom