[vlc] Java Video Streaming client

Adrien Grand jpountz at videolan.org
Mon Dec 22 15:18:25 CET 2008


Hi,

Le dimanche 21 décembre 2008 à 08:07:30, nodje a écrit :
> I can only execute the mvn install part from bindings/java, but even, it al
> test fail, and without test, Maven can't find
> org.videolan:jvlc-samples-client:jar:0.9.0-SNAPSHOT
> 
> Is there a special maven repository for vlc libraries?

No, this artifact is a module of JVLC, its source code is at
bindings/java/samples/client. There is no need to add a repository in
your Maven configuration for JVLC.

It seems that Filippo fixed this problem last night. Updating your
working copy should fix the problem.

> What's the result of './bootstrap && configure && make && make install', how
> useful is it to the java part compilation?

These commands will compile and install VLC.

JVLC is mainly a binding to the libvlc. It uses JNA to make libvlc
functions accessible from a Java application, this means that you need
to have VLC libraries installed in order to make an application based on
JVLC run.

Regards,

-- 
jpountz



More information about the vlc mailing list