This project builds the JNI layer for Java to call DLR C APIs.
You can find more information in the src
.
You need to install cmake
and C++ compiler on your machine in order to build
apt install cmake g++
Use the following task to build DLR JNI library:
./gradlew compileJNI
This task will send a JNI library copy to dlr-engine
model to test locally.
It uses clang-format to format the code.
./gradlew formatCpp