Class Marshaling Requirements ------------ At runtime the library depends on: There are no RTE dependencies. At build time the library depends also on: 1. Apache Ant Note: base Ant package plus ant-bsf extension http://ant.apache.org/ 2. JUnit http://www.junit.org/ Build ----- In order to build the library by yourself obtain the source distribution. For convenience it includes all required external libraries but you can download them by yourself. Navigate to the base library directory and open a terminal. Include all jar files from libs dir in your classpath. prompt % ant distro Usage ------------ Obtain the binary distribution of the library. For convenience there are included all external required libraries. Include all these jar files in your project's classpath. Look in docs dir for examples how to use the library. Look in src/test for example tests too.