Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.UnsatisfiedLinkError:

843829Nov 23 2005 — edited Nov 23 2005
Hi all,
I was running my application (Eracom) in Linux .I was getting the following Error . I've included all the .so files and also java/bin and java/lib and also included in LD_LIBRARY_PATH. I've searched various links found earlier too..it has not helped me.If anyone know about this problem , pls suggest me.

java.lang.UnsatisfiedLinkError: no jcprov in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at eracom_tech.jcprov.Cryptoki.<clinit>(Cryptoki.java:1675)
at eracom_tech.jcprov.CryptokiEx.C_Initialize(CryptokiEx.java:20)

Regards
Jagadeesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2005
Added on Nov 23 2005
2 comments
2,095 views