Win32: Add support for Vista file associations
[vlc/solaris.git] / bindings / java / README
blob231d8d23d4e651de97899a7580badcc173b02d78
2             First of all, this is a *developers* only version
5 How to compile JVLC
6 -------------------
8  JVLC uses maven2 as a project the management tool, take a look at
10 http://maven.apache.org
12  to download and for general instructions on how to use it.
14  To compile the project, run from the bindings/java folder:
16 mvn install
18  To import the jvlc project into the eclipse IDE:
20 mvn eclipse:eclipse
22  and then import as an existing Java project.
25 How to run the sample client
26 ----------------------------
28  1. mvn install (in bindings/java)
30  2. mvn package exec:java (in bindings/java/samples/client)
33 How to create the jvlc site
34 ---------------------------
36  1. mvn site
40  Happy playing.