java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
This is a sub-class of the LinkageError class and indicates that the JVM cannot find an appropriate native-language definition of a method declared as native. Install the CDF Software Distribution on your system.
- Expert tip
This happens sometimes when Android fails to load the necessary libraries when you install an app. Try reinstalling it or telling your client to reinstall it, as it seems to correctly install the libraries and fixes the problem.
Solutions on the web
via Coderanch by Simon Berman, 1 year ago
via Google Groups by dferugson, 2 years ago
via Oracle Community by 3004, 1 year ago
via Google Groups by Sergei, 2 years ago
via Google Groups by Sergio Rios Mendoza, 2 years ago
via Oracle Community by 3004, 1 year ago
java.lang.UnsatisfiedLinkError: no jsafe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1287)
at java.lang.Runtime.loadLibrary0(Runtime.java:469)
at java.lang.System.loadLibrary(System.java:774)
at COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(JSAFE_DeviceBuilderNative.java)
at COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java)
at COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(JSAFE_AsymmetricCipher.java)
at weblogic.security.RSA.performOPJSafe(RSA.java:178)
at weblogic.security.RSA.performOp(RSA.java:104)
at weblogic.security.RSApkcs1.decrypt(RSApkcs1.java:153)
at weblogic.security.RSAMDSignature.verify(RSAMDSignature.java:87)
at weblogic.security.X509.verifySignature(X509.java:223)
at weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.java:192)
at weblogic.t3.srvr.SSLListenThread.
(SSLListenThread.java:294) at weblogic.t3.srvr.SSLListenThread.
(SSLListenThread.java:214) at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1177)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)