Hi everybody,<br><br>I am trying to develop a Java application with VLC embedded. I am trying to develop this application as multiplatform as possible,
so I would like to know if it is possible to use JVLC for Windows and
for Linux as well. The libs are only available for 64 bits systems or I
could use with 32 bits Linux os's and Windows?<br><br>
 However, I downloaded the java jar library file from <a href="http://trac.videolan.org/jvlc/wiki/download" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">here </a>and added it to my Eclipse project library build path. Next, I have tried to run the example 
<a href="http://trac.videolan.org/vlc/browser/trunk/bindings/java/VLCExample.java" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">VLCExample.java</a> to see how it works, but then the following errors appeared before showing anything (both in Ubuntu Linux and Windows systems):
<br><br><span style="font-family: courier new,monospace;">Class File Editor</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
Source not found
</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">The source attachment does not contains the source for the file JVLC.class

. </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">You can change the source attachment by clicking...</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">// Compiled from JVLC.java (version 1.1 : 45.3, super bit)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">public class 
org.videolan.jvlc.JVLC implements java.lang.Runnable {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">

  // Field descriptor #8 J</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  private final long _instance;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">

  </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  // Field descriptor #10 Lorg/videolan/jvlc/Playlist;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">

  public final org.videolan.jvlc.Playlist playlist;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">

  // Field descriptor #12 Lorg/videolan/jvlc/Video;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  public final org.videolan.jvlc.Video video;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  // Field descriptor #14 Lorg/videolan/jvlc/Audio;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  public final org.videolan.jvlc.Audio audio;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  ...</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">...<br><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">Then, which are the files Eclipse is looking for? Because I have downloaded the VLC source code from 
</span></span><a style="font-family: arial,sans-serif;" href="http://trac.videolan.org/vlc/browser/trunk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
here </a><span style="font-family: arial,sans-serif;">(all
the files and folders here) and linked many subfolders called src (to
check all possibilites even nonsense ones...) but I have not been able
to execute it properly and the previous error messages are appearing
again and again.
</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">== Starting VLCExample ==</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Creating a JVLC instance without argsException in thread "main" java.lang.UnsatisfiedLinkError: no jvlc in java.library.path</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    at java.lang.ClassLoader.loadLibra</span><div id="mb_0"><span style="font-family: courier new,monospace;">ry(Unknown Source)
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at java.lang.Runtime.loadLibrary0(Unknown Source)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
    at java.lang.System.loadLibrary(Unknown Source)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at org.videolan.jvlc.JVLC.<clinit>(JVLC.java:36)</span>
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at test.JVLCTest.main(JVLCTest.java:26)</span>
</div><br><br>Please, I would like somebody help me because I am really stuck with no progress and I have not found related threads in the VLC Forum. <br><br>Thanks a lot, your help is much appreciated,<br>Javi<br><br>