Instructions on how to use the linux binary distribution.

Untar the file:

$ tar xjvf jvlc-binary-linux-x86-20060801.tar.bz2

and a new folder called jvlc-binary-linux-x86 will be created. Put 2 files named a.avi and a.mp3 in the created directory, then:

$ cd jvlc-binary-linux-x86
$ java -Djava.library.path=. -jar jvlc-0.0.9.jar

A short demo will be played. Anyway that is just an example, you may use the jvlc-0.0.9.jar as a library for your own applications.