Skip to content
rosenbaumalex edited this page Jul 15, 2014 · 8 revisions
  1. Download: select a release or 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. Run some of the JXIO examples: Hello World, Multi-Threaded Benchmark, Inputstream and Outputstream
  4. Use jxio.jar in your 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/com/mellanox/jxio/log4j.properties.jxio

Clone this wiki locally