While trying to call
jvct = new JVLCPanel();
I am getting
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jvlc in java.library.path
Because of the line
System.loadLibrary("jvlc");
I am using Ubuntu 8.04, and already did everything at the faq. I am compiling using eclipse 3.4.0. Also, I already trying linking the .jar generated by mvn to the project, but nothing changed. I guess I would need to use a libjvlc.so, but I have no idea how to do that. So, someone could help me out of this?