hi
iam new to Java ranch and to JVLC
i got some java codes of jvlc ..but when i run the file VLCExample.java which contains the following code..
Exception in thread "main" 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.<clinit>(JVLC.java:37)
at jvlc.VLCExample.main(VLCExample.java:22)
Java Result: 1
can somebody help me ...
java.lang.System.loadLibrary(System.java:1030) points to the line