You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Michael Cohen (ETL)" <mi...@etl.ericsson.se> on 2000/11/20 11:16:10 UTC

Tomcat + JNI -- Help!

 Hi,
 
 I have just installed Apache1.3.14 + modssl + tomcat 3.2b5 on 
 Solaris 2.6 and am trying to call a native method from my servlet 
 (this worked fine under JavaWebServer2.0).
 
 The shared library is definitely being loaded (ie no exception is 
 thrown when I tried to load it separately, the lib is on the 
 LD_LIBRARY_PATH etc) but "UnsatisfiedLinkError"
 is still being thrown indicating the implementation of  the 
 native method is not found.
 
 Has anyone come across anything like this?
 
Many thanks,

Mike.