UnsatisfiedLinkError:

  • Share
  • Share

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

JAVA-JNI , , , ,

  1. admin
    March 9th, 2009 at 18:22 | #1

    Follow the JNI standard in naming the function in your code.

  2. admin
    March 9th, 2009 at 18:22 | #2

    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.

  1. No trackbacks yet.