JDVB


Navigation

  1. About
  2. Installation
  3. Changes
  4. Usage
  5. Screenshots
  6. Sources
  7. Todo
  8. Developers

Sources

Sources are in the src folder. To compile using Ant, just run:
$ ant dist
Then to run the server:
$ cd build/classes
$ java -Dprops.filename=<tvb.conf filename> uk/midearth/dvb/server/JDVBServer
And for the client:
$ cd build/classes
$ java -Dprops.filename=<tvb.conf filename> uk/midearth/dvb/client/ClientGUI
The flags are explained in the usage section.
You can get more information from the SourceForge JDVB Project page.
SourceForge.net Logo Valid XHTML 1.0!