Add WIP Java language bindings

This commit is contained in:
Joseph Henry
2021-04-29 19:51:07 -07:00
parent 904e50e8e9
commit 782d221eb9
16 changed files with 3833 additions and 1074 deletions

View File

@@ -1,9 +1,9 @@
# Java example
1). Build or download the `zt-1.3.3.jar`, copy it to this directory
1). Build or download the `libzt-1.3.3.jar`, copy it to this directory
2). Run `make`
3). `java -cp ".:zt-1.3.3.jar" Example id_path 0123456789abcdef 9997`
3). `java -cp ".:libzt-1.3.3.jar" Example id_path 0123456789abcdef 9997`
See [src/bindings/java](../../src/bindings/java) for wrapper implementation code.
See [src/bindings/java](../../src/bindings/java) for wrapper implementation code.