Re: JNI native libraries and Tomcat reloading web-apps

2006-10-12 Thread Luis Rivera
Hi Eric, I have a JNI application also and I followed the advise from the Tomcat documentation, where they suggest that the class that loads the dll's or so's libraries are placed either in the shared/classes directory or the common/classes directory. I do it in the shared/classes directory. I

JNI native libraries and Tomcat reloading web-apps

2006-10-11 Thread Eric Johanson
Hello, I have a question using native JNI shared objects within a servlet running under Tomcat 5.5. Our servlet code depends on some shared .dll files (for windows, and .so files for Linux). so we have classes that have code such as: public class Abc { public native static boolean nativeF