JNI and Tomcat

2002-03-14 Thread Harald Wehr
I use tomcat 4.0.1 on a SuSE Linux 7.3 and have the following problem: I try to use some functions of a c-shared library. This library works without problems within a jvm started from a console. To load this library in tomcat i made a little helper class with following code: ---snip public

Re: AW: JNI and Tomcat

2002-03-14 Thread Harald Wehr
Ralph Einfeldt wrote: Make shure that all libraries that are needed by the library (and the library it self) are found in the LD_LIBRARY_PATH of the user that runs your tomcat instance. All libraries are found. Working with the library in a normal java-program outside of tomcat is ok.