This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling of GCJ and SWT under MacOS X
>>>>> "Andi" == Andi Vajda <vajda@osafoundation.org> writes:
Andi> Even if you could, the Apple .jnilib are compiled against the Apple
Andi> Java SDK jni.h header file which is not the same nor compatible with
Andi> gcj's. The Apple .jnilib would at least have to be recompiled against
Andi> gcj's jni.h.
In theory JNI is both source- and binary- compatible across
implementations. Do you know of some specific divergence here?
This really ought to work fine... it does on other platforms.
Tom