-
Notifications
You must be signed in to change notification settings - Fork 27
Getting Started
rosenbaumalex edited this page Jul 15, 2014
·
8 revisions
- Download: select a release or latest code from
git clone https://github.com/accelio/JXIO.git - 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)
- Move into folder:
- Run some of the JXIO examples: Hello World, Multi-Threaded Benchmark, Inputstream and Outputstream
- Use
jxio.jarin 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
- Add to classpath: