java.lang.UnsatisfiedLinkError: E:\My Documents\NetBeansProjects\JVLC\jvlc.dll: Can't find dependent libraries
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
Add an Application.mk file next to your Android.mk file and make APP_PLATFORM to be equal to your minSdkVersion.
- 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 sarath gopal, 1 year ago
via Stack Overflow by jpsi
, 2 years agovia Stack Overflow by Utku
, 1 year agovia Oracle Community by 843829, 1 year ago
via Stack Overflow by t.key
, 2 years agovia jnetpcap.com by Unknown author, 1 year ago
java.lang.UnsatisfiedLinkError: E:\My Documents\NetBeansProjects\JVLC\jvlc.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.videolan.jvlc.JVLC.
(JVLC.java:37) at jvlc.VLCExample.main(VLCExample.java:22)