This is the mail archive of the cygwin mailing list for the Cygwin 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: JNI call crashes the JVM


Lapo Luchini wrote:

Actualyl the way the JNI works it doesn't permit to load *ANY* DLL that
depends on another DLL, that leads to a crash.

That is absolutely untrue. We routinely load DLLs that are linked against other DLLs (on many different OSes), and everything gets loaded just fine.


Even the Java VM depends on this (e.g. fontmanager.dll on Windows (loaded via System.loadLibrary()) depends on Winspool.dll, which is not a dependency of either java.exe or jvm.dll).

Perhaps *you* had some corrupted DLL or SO setup, and ran into trouble..


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


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