<div dir="ltr">Hi,<br><br>I'm checking the JAR library for JVLC from the official site
(2008-07-27 SNAPSHOT), so I created an Eclipse project and copied the
VlcClient sample code from JVLC site while replacing the playlist item
by MediaListPlayer and related methods (attached is the modified version).<br><br>Anyway, when I try to run it
the following error appears:<br><br><dl class="codebox"><dd><code>Exception in thread "main" java.lang.UnsatisfiedLinkError:
Error looking up function 'libvlc_media_list_new': /usr/lib/libvlc.so:
undefined symbol: libvlc_media_list_new<br>   at com.sun.jna.Function.<init>(Function.java:126)<br>   at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:219)<br>   at com.sun.jna.Library$Handler.invoke(Library.java:191)<br>
   at com.sun.jna.Native$2.invoke(Native.java:577)<br>   at $Proxy0.libvlc_media_list_new(Unknown Source)<br>   at org.videolan.jvlc.MediaList.<init>(MediaList.java:53)<br>   at org.videolan.jvlc.JVLC.<init>(JVLC.java:57)<br>
   at jvlc.VLCPlayerFrame.initComponents(JvlcTest.java:67)<br>   at jvlc.VLCPlayerFrame.<init>(JvlcTest.java:48)<br>   at jvlc.JvlcTest.main(JvlcTest.java:219)</code></dd></dl>I followed JVLC site instructions in order to add /usr/lib to the
library path. There I have libvlc.so and libvlc.so.0; it seems I don't
have any libvlc-control.so file in my system. My OS is Ubuntu Linux
8.04 and I run VLC 0.8.6e and JDK 1.6 update 6. <br><br>My questions are:<br><br>- What is this error caused for?<br>- Can anybody provide me with a simple sample code to check JVLC library (just to see how to play a video)?<br>
<br>Some
time ago, in the JVLC site, there was a kind of Javadoc but, as the
library classes and methods have changed it has become useless. So I
don't know pretty well how to use the different classes so that's why
I'm asking for help.<br><br>Any help would be much appreciated. Thank you.<br><br></div>