UnsatisfiedLinkError:
March 9th, 2009
Applies to:
Apache 1.13
Sun Solaris 2.6
Description:
Error while trying to call a JNI method from a servlet
Cause:
a. The method name is different from the one specified in the library
b. Library path or version issue
Follow the JNI standard in naming the function in your code.
Use the new library path and remove others that might conflict with the application. Make sure also to use the correct version of the library.