JNI and Tomcat Classloaders

2002-07-12 Thread Jhair Tocancipa Triana
Hi, I do have the following problem. Suppose the following class: class Bridge{ /* ... */ static{ System.loadLibrary( jni_tester ); } /* ... */ } It is possible to create/destroy instances of Bridge inside Tomcat in such a way that the shared library jni_tester is loaded

RE: JNI and Tomcat Classloaders

2002-07-12 Thread Cox, Charlie
: Jhair Tocancipa Triana [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 4:49 AM To: [EMAIL PROTECTED] Subject: JNI and Tomcat Classloaders Hi, I do have the following problem. Suppose the following class: class Bridge{ /* ... */ static{ System.loadLibrary