UnsatisfiedLinkError
Hii Everybody,
i have been trying to run my test application using CVM.i am using a native library libJNI.so and i have kept it in /usr/local/lib . I have provided a link to libJNI.so.1.0 from libJNI.so...now both are same.
When i am trying to run my application it's failing with
java.lang.UnsatisfiedLinkError: /usr/local/lib/libJNI.so.1.0,
Can anybody explain me where i am going wrong...I have included the library with command -Dsun.boot.library.path=/usr/local/lib
any response is appreciated.

