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: mingw32 JNI Problems


>>>>> "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


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