I download jvlc-core-0.9.0-SNAPSHOT-20080727.jar from http://trac.videolan.org/jvlc/wiki/download
I have installed VLC 0.9.2 , i try to do a test but i can't get it work
Code: Select all
java -classpath jvlc-core-0.9.0-SNAPSHOT-20080727.jar -Djna.library.path="C:/Program Files/VideoLAN
/VLC/plugins" org.videolan.jvlc.example.VLCExample
== Starting VLCExample ==
Creating a JVLC instance without argsException in thread "main" java.lang.Unsati
sfiedLinkError: Unable to load library 'libvlc': No se puede encontrar el m¾dulo
especificado.
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:114)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:157)
at com.sun.jna.Library$Handler.<init>(Library.java:123)
at com.sun.jna.Native.loadLibrary(Native.java:260)
at com.sun.jna.Native.loadLibrary(Native.java:246)
at org.videolan.jvlc.internal.LibVlc.<clinit>(LibVlc.java:41)
at org.videolan.jvlc.JVLC.<init>(JVLC.java:45)
at org.videolan.jvlc.example.VLCExample.main(VLCExample.java:29)