Page 1 of 1

JVLC error on LINUX#2

Posted: 05 May 2006 12:44
by spiridonas
Hi all I'm a new member in this forum and I would like at first to salute everyone...Now my problem

I try to use JVLC but when I try to use make for jvlc I get the following error

/usr/bin/ld: cannot find -ljawt

Does anyone have an idea why this is happening????

Thanks in advance...

Re: JVLC error on LINUX#2

Posted: 05 May 2006 21:11
by Guest
Hi all I'm a new member in this forum and I would like at first to salute everyone...Now my problem

I try to use JVLC but when I try to use make for jvlc I get the following error

/usr/bin/ld: cannot find -ljawt

Does anyone have an idea why this is happening????

Thanks in advance...
You have too set your $JAVA_HOME path before compiling or add this var in the Makefile.

Posted: 12 May 2006 10:10
by spiridonas
ok I set my JAVA_HOME path and now i get the following cannot find lvlc_pic
What am I doing wrong

Posted: 12 May 2006 10:52
by littlejohn
ok I set my JAVA_HOME path and now i get the following cannot find lvlc_pic
What am I doing wrong
You need to configure vlc with --enable-java-bindings if you want to compile java bindings within vlc tree. Otherwise, if you are using jvlc, configure (and compile) vlc with --enable-mozilla.

Cheers,
lj

Posted: 12 May 2006 14:53
by spiridonas
Finnaly works ok....Next step play mp4 listen to rtsp, udp etc.....should I use other enable commands in configure????

Posted: 14 May 2006 12:35
by littlejohn
Finnaly works ok....Next step play mp4 listen to rtsp, udp etc.....should I use other enable commands in configure????
java bindings are able to perform the same actions vlc is able of. I mean that if your vlc is able to play mp4, then java bindings are able to play mp4 as well. The same applies to all the features.

Cheers,
lj