Hi,
Hi, I have a stand alone Java Application that access native library (C++
DLL) via JNI. The application works properly in stand alone mode.
However, when I need to run it from a Servlet into Tomcat
* System.loadLibrary("MYdll") works properly. Library is found in the
java.library.path
BUT
* WHEN I try to call a method I catch an "UnsatisfiedLinkError" Exception
!!!
Anybody has any clue about what could be done to fix this?
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]