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
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