Page 1 of 1

Error in jvlc

Posted: 15 Jul 2008 17:10
by Hadek
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?

Re: Error in jvlc

Posted: 17 Jul 2008 08:20
by littlejohn
Hi,
you are using an old version of jvlc. Use the one contained in vlc 0.9 sources.

Cheers,
Filippo

Re: Error in jvlc

Posted: 17 Jul 2008 14:15
by Hadek
Hello,
I am using the files obtained with git (I assume they are the latest). However, I need to configure jvlc for compliance with an ongoing project that uses some parts of these slightly older versions.

Re: Error in jvlc

Posted: 17 Jul 2008 18:22
by littlejohn
libjvlc does not exist anymore since version 0.8.6.