I tested a JAVA API that does JNI in a standard JAVA application and it works properly.
I have problems using it in a servlet : I get an error message: "java.lang.UnsatisfiedLinkError: no xxx in java.library.path" where xxx is the name of a dll used by the JAVA API.
I know that this problem is linked with path or classpath. How do I set the path/classpath in the servlet context ?
Thanks a lot for answers !
I have problems using it in a servlet : I get an error message: "java.lang.UnsatisfiedLinkError: no xxx in java.library.path" where xxx is the name of a dll used by the JAVA API.
I know that this problem is linked with path or classpath. How do I set the path/classpath in the servlet context ?
Thanks a lot for answers !