<div dir="ltr">Hi all,<br><br>I have tried launching JVLC jar just for a test and it fails with the following exception:<br><br><span style="font-family: courier new,monospace;">dulceangustia@spike:~/Escritorio$ java jvlc-core-0.9.0-SNAPSHOT-20080727.jar -Djna.library.path=/usr/lib</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Exception in thread "main" java.lang.NoClassDefFoundError: jvlc-core-0/9/0-SNAPSHOT-20080727/jar</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Caused by: java.lang.ClassNotFoundException: jvlc-core-0.9.0-SNAPSHOT-20080727.jar</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at java.security.AccessController.doPrivileged(Native Method)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)</span><br><br>I've read the instructions from the JVLC site and the FAQ there and I don't seem to have the libvlc-control file in my computer:<br>
<br><span style="font-family: courier new,monospace;">dulceangustia@spike:~/Escritorio$ ldconfig -p | grep libvlc   </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">             libvlc.so.0 (libc6) => /usr/lib/libvlc.so.0</span><br>
<br>I don't know if my problem is due to this issue. Anyway, I have VLC 0.8.6e in my Ubuntu laptop and it runs without any problem at all.<br><br><br>Could anybody please help me? I'm quite interested in using this library in a streaming application development.<br>
<br><br>Thank you all,<br>Javi<br><br></div>