Put the class in common/lib
-----Original Message-----
From: Maxime Colas des Francs [mailto:maxime@(protected)]
Sent: Monday, January 12, 2004 9:38 AM
To: Tomcat Users List
Subject: JNI & loadLibrary
Hi
Tomcat 5.0.16 release-note says :
"... the application must also ensure that the library is
not loaded more than once. If the above code were placed in a class
inside the web application (i.e. under /WEB-INF/classes or
/WEB-INF/lib), and the application were reloaded, the loadLibrary() call
would be attempted a second time.
To avoid this problem, place classes that load native libraries outside
of the web application, and ensure that the loadLibrary() call is
executed only once during the lifetime of a particular JVM."
How can i do that ?
thks for help
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)