Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 321 Bytes

File metadata and controls

13 lines (9 loc) · 321 Bytes

Java bindings

Currently, we don't provide compiled artifacts, therefore, manual steps to build and orchestrate the libraries and headers are necessary.

Running

Assuming that the library, the header and the package are in the same directory.

javac -cp . Main.java
java -Djava.library.path="." -ea Main