Hi,
I am getting the UnsatisfiedLinkError when calling a JNI method in
JBoss 5.1
The required .dll file is in LD_LIBRARY_PATH
I have also set jna.library.path & java.library.path to the directory which has the required .dll
I have also tried to place the dll in windows\system32, jre6\lib\ext, jdk\jre6\lib\ext and jboss\bin, but getting the same error.
But there is no error if I call the methods from a standalone
java application.
Also, The same method call is working perfectly in
Tomcat if the dll is copied to windows\system32.
Thanks,
Ravi