You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David LAFAY <da...@laposte.net> on 2003/09/16 13:42:17 UTC

TOMCAT 4.1.x AND JNI

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?

david.lafay@laposte.net





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org