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


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?

Brian
-- 
Brian Jones <cbj@gnu.org>


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