Simple test of interfacing DOtherSide with Java
- DOtherSide >= 6.3 compiled and installed in your system path
- C++11 compiler
javac -h . DOtherSideJNI.java
mkdir build
cd build
cmake ..
make
cd ..
export LD_LIBRARY_PATH=`pwd`/build
./gradlew build test run