JNI Dll - java.library.path
843829Oct 25 2006 — edited Jul 15 2008I developed and application which uses a dll to get data from windows registry, there is a dll located at a directory included in PATH environment variable. Ir works fine If I invoke it from and standalone application, but When I tested it from a Web App hosted in Tomcat, It throws a javalinkunsatisfiedException. It seems like TomCat gets a different value for PATH Variable.
- Where does TomCat get java.library.path value?
- How Can I include a new directory there, if I want to place the dll at C:\Program Files\Tomcat 5.0\comon\shared?
Thanks in advance.