Re: Shared library jni under tomcat

2018-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 11/20/18 01:03, Joel Hirsh wrote: > I am running Tomcat 8.0.32 on LInux, and trying to use a jni > library under tomcat, and am hitting a wall. > > First I found that only one instance of the native library can be > loaded so the library n

Shared library jni under tomcat

2018-11-19 Thread Joel Hirsh
I am running Tomcat 8.0.32 on LInux, and trying to use a jni library under tomcat, and am hitting a wall. First I found that only one instance of the native library can be loaded so the library needs to live in shared/lib for general use. Then in order to load the native library I found documenta