README.md

JUCX

JUCX is a Java API over UCP (UCX protocol).
See more about UCX at: https://github.com/openucx/ucx

Building JUCX

Building the source requires Apache Maven and GNU/autotools and Java version 8 or higher.
Java binding will be built by default, but it is recommended to execute the following steps: 1. export JAVA_HOME=\<path-to-java>. 2. When running UCX's "configure" add "--with-java" flag, i.e. "shell$ ./configure --with-java".