org.jdesktop.jdic.init.JdicInitException: java.lang.UnsatisfiedLinkError: no jdic 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.
Add an Application.mk file next to your Android.mk file and make APP_PLATFORM to be equal to your minSdkVersion.
Solutions on the web
via Coderanch by mani, 1 year ago
via Oracle Community by 843802, 1 year ago
via Coderanch by Murali Rajamanickam, 1 year ago
via Oracle Community by 807601, 3 months ago
via Coderanch by mani, 1 year ago
via Oracle Community by 843810, 1 year ago
java.lang.UnsatisfiedLinkError: no jdic in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.jdesktop.jdic.init.InitUtility.
(Unknown Source) at org.jdesktop.jdic.init.JdicManager.initBrowserNative(Unknown Source)
at org.jdesktop.jdic.browser.WebBrowser.
(Unknown Source) at netsim.NetSimBasics.
(NetSimBasics.java:40) at netsim.NetSimBasics.main(NetSimBasics.java:64)