Page 1 of 1

jvlc

Posted: 16 Sep 2006 01:59
by broschb
I am trying to create a java application by using jvlc. When trying to run the SwingDemo provided i am getting the following error. I am running on Kubuntu.

[00000018] main interface error: no interface module matched "hotkeys,none"
[00000018] main interface error: no suitable interface module
[00000001] main vlc error: interface "hotkeys,none" initialization failed
[00000019] main interface error: no interface module matched "screensaver,none"
[00000019] main interface error: no suitable interface module
[00000001] main vlc error: interface "screensaver,none" initialization failed

any help would be greatly appreciated.

thanks,

Posted: 10 Oct 2006 14:00
by sepi_1982
yes i get the same problem under debian, any idea?

still havn't found a solution

Posted: 10 Oct 2006 15:47
by broschb
Unfortunatly I havn't had much time to work on this, but i am still unable to find a solution.

Re: still havn't found a solution

Posted: 14 Oct 2006 12:59
by littlejohn
Unfortunatly I havn't had much time to work on this, but i am still unable to find a solution.
Which version of jvlc are you using? Which version of vlc?

Cheers,
Filippo

versions

Posted: 14 Oct 2006 21:02
by broschb
I am using jvlc-0.0.9 and vlc and vlc 0.8.4, I'm not sure if i have everything set up correctly either, and can't remember everything I did since it has been a while.

thanks,

Re: versions

Posted: 15 Oct 2006 12:46
by littlejohn
I am using jvlc-0.0.9 and vlc and vlc 0.8.4, I'm not sure if i have everything set up correctly either, and can't remember everything I did since it has been a while.

thanks,
If there are no problems for you, I'd suggest to use the current videolan svn trunk, and configure using --enable-java-bindings --disable-libtool .

Cheers,
Filippo

possible solution

Posted: 02 Nov 2006 14:25
by dregzzen
I solved this problem including (importing) into the eclipse java project workspace, in folder of this project, "jvlc.dll" and "plugins" folder. This way it runs well.

Good luck!