Download JVLC
Binary packages
The binary packages already include JNA. You need a vlc installation on your computer. To run the sample client included in JVLC specify -Djna.library.path=/usr/local/lib (or any other path containing libvlc-control) as JVM option.
Linux and Windows
Source code
Checkout videolan source code using subversion:
git clone git://git.videolan.org/vlc.git
JVLC is inside the vlc-trunk/bindings/java folder, to compile it for GNU/Linux just type from the vlc-trunk folder:
./bootstrap && configure && make && make install
then go to the bindings/java folder and run:
mvn install
