InstallationJava » History » Version 13

S. Wrede, 07/13/2012 06:48 PM

1 5 J. Moringen
h1. Installation of RSB Java Implementation
2 1 S. Wrede
3 13 S. Wrede
_Moved to Sphinx documentation!_ Now available here: http://docs.cor-lab.de/rsb-manual/trunk/html/install-java.html
4 4 S. Wrede
5 4 S. Wrede
h2. Installation of RSB-XML
6 4 S. Wrede
7 4 S. Wrede
* for rsb-xml, you need to additionally install XOM (available via ubuntu)
8 4 S. Wrede
* and pass the following parameters to the ant build script
9 4 S. Wrede
10 5 J. Moringen
|_.Ant Property    |_.Meaning                             |_.Example                        |
11 5 J. Moringen
| @pbuf.lib@       | Location of Protobuf Library         | @/usr/share/java/protobuf.jar@  |
12 5 J. Moringen
| @spread.daemon@  | Location of Spread Daemon Executable | @/vol/cit/sbin/spread@          |
13 5 J. Moringen
| @xom.lib@        | Location of XOM XML Library          | @/usr/share/java/xom-1.2.1.jar@ |
14 8 J. Moringen
| @rsb.lib@        | Location of RSB Core Library         | @/vol/cit/share/java/rsb.jar@   |