Changeset fc14fe5dd6af97130558a77fbd60e1fdbb54165c for bindings/java/README
- Timestamp:
- 16/03/08 13:45:53 (9 months ago)
- git-parent:
- Files:
-
- bindings/java/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bindings/java/README
r4089ed5 rfc14fe5 3 3 4 4 5 CompilingJVLC6 -------------- 5 How to compile JVLC 6 ------------------- 7 7 8 8 JVLC uses maven2 as a project the management tool, take a look at … … 20 20 mvn eclipse:eclipse 21 21 22 and the import as an existing Java project. 22 and then import as an existing Java project. 23 24 25 How to run the sample client 26 ---------------------------- 27 28 1. mvn install (in bindings/java) 29 30 2. mvn package exec:java (in bindings/java/samples/client) 31 32 33 How to create the jvlc site 34 --------------------------- 35 36 1. mvn site 23 37 24 38
