JVLC linux
Posted: 08 May 2007 05:58
I have stepped away from trying to get this to work for a few months, and am now revisiting this. I am still not able to get this working, I have set up a project in eclipse, and when I try to run I get the following.
Creating a JVLC instance without argsException in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libjvlc.so.0.0.0: /usr/local/lib/libjvlc.so.0.0.0: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.videolan.jvlc.JVLC.<clinit>(JVLC.java:36)
at VLCExample.main(VLCExample.java:25)
I have added the .so libraries to my /usr/local/lib, and added that to my classpath using
-Djava.library.path=/usr/local/lib
Any help to get this working under linux would be appreciated.
I am using kubunutu.
thanks,
Creating a JVLC instance without argsException in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libjvlc.so.0.0.0: /usr/local/lib/libjvlc.so.0.0.0: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.videolan.jvlc.JVLC.<clinit>(JVLC.java:36)
at VLCExample.main(VLCExample.java:25)
I have added the .so libraries to my /usr/local/lib, and added that to my classpath using
-Djava.library.path=/usr/local/lib
Any help to get this working under linux would be appreciated.
I am using kubunutu.
thanks,