mingw32 JNI Problems

Tom Tromey tromey@redhat.com
Tue Jun 4 20:21:00 GMT 2002


>>>>> "Brian" == Brian Jones <cbj@gnu.org> writes:

Brian> Do you need libffi support for the platform as well in order to
Brian> call native methods from Java?

In general you need the ordinary libffi API ported if you want to be
able to call JNI methods.  You don't need any of libffi to call CNI
methods.  The libffi closure API is needed for the interpreter.

FYI libffi fully works on Windows, at least according to
configure.host (we set libgcj_interpreter=yes for all x86 targets).

Tom



More information about the Java mailing list