Getting Started - accelio/JXIO GitHub Wiki

1. Download:
  • Select a formal here release
  • Clone latest code from git clone https://github.com/accelio/JXIO.git
2. Build instructions:
  • Move into folder: cd JXIO
  • Set JAVA_HOME: export JAVA_HOME=/usr/java/jdk1.7.0_25/
  • Build: ./build.sh (this pulls the relevant C level Accelio library and builds everything you need)
3. Check version:
  • unzip -p bin/jxio.jar META-INF/MANIFEST.MF
4. Run some of the JXIO examples:
5. Use jxio.jar in your application:
  • Maven application:
  • Non Maven application:
    • Add to classpath: -cp "./jxio/bin/jxio.jar:./jxio/src/lib/commons-logging.jar:./jxio/src/lib/log4j-1.2.15.jar:."
    • Configure log4j: -Dlog4j.configuration=./jxio/org/accelio/jxio/log4j.properties.jxio