TOMCAT 4.1.x AND JNI 2003-09-16 - By David LAFAY
Back 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@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|