Difference between revisions of "Java bindings"
Jump to navigation
Jump to search
Materthron (talk | contribs) (added compile and eclipse integration from README and links to the examples) |
(add info that project is dead) |
||
Line 1: | Line 1: | ||
+ | ''At the moment the JVLC project is dead, as there is no maintainer for it.'' | ||
+ | |||
For a complete overview about Java binding in VideoLAN goto to the [http://trac.videolan.org/jvlc/ JVLC homepage]. | For a complete overview about Java binding in VideoLAN goto to the [http://trac.videolan.org/jvlc/ JVLC homepage]. | ||
Revision as of 08:17, 25 January 2010
At the moment the JVLC project is dead, as there is no maintainer for it.
For a complete overview about Java binding in VideoLAN goto to the JVLC homepage.
Contents
Source code
Find the source code at
- bindings/java (bindings)
Compile
We use Maven2 as the project management tool.
Take a look at the website to download and for general instructions on how to use it.
To compile the project, run from the bindings/java folder:
mvn install
Tips and tricks
Eclipse integration
To import the JVLC project into the eclipse IDE:
mvn eclipse:eclipse
and then import as an existing Java project.
Samples
Is the samples directory with a simple client.
A simple VLC client
Display multiple videos
A comprehensive JVLC example
OSGi
For the use of Java binding under OSGi go to the VLC4OSGi Homepage