This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: mingw32 JNI Problems
Brian Jones wrote:
Frank Jacobs <forkjake@yahoo.com> writes:
We don't have to use it everywhere. I wouldn't be
opposed to a patch
which implemented native DLL loading for windows.
Cool. I'll take a look at it and see if I can figure
it out. I've used the Windows API, LoadLibrary(), in C
before. Hopefully, using it in natRuntime.cc won't
require much more than adding the call and a compiler
directive. Of course, I'll have to examine things more
closely...
Do you need libffi support for the platform as well in order to call
native methods from Java?
Yes, for JNI. There should be no problem for windows here though.
regards
Bryce.