InstallationJava » History » Version 3

« Previous - Version 3/14 (diff) - Next » - Current version
S. Wrede, 06/28/2011 09:28 PM


Installation of Java Implementation

For compilation and installation of the Java bindings, we use the Ant build tool.

External Dependencies

  • libprotobuf-java
  • ant
  • Optional:
    • javadoc

Installation

  • Download src from SVN (see front page)
  • cd src and edit build.properties according to your installation or
  • set a number of ant properties for the build configuration.
  • ant install installs jars to prefix of your choice, e.g., ${prefix}/share/java (defined via property)
  • for rsb-xml you also need to install XOM (included in RSBJava src or via ubuntu)