This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/examples/java/README.md

10 lines
260 B
Markdown
Raw Normal View History

2021-02-23 21:30:44 -08:00
# Java example
2020-09-20 22:06:38 +02:00
2021-04-29 19:51:07 -07:00
1). Build or download the `libzt-1.3.3.jar`, copy it to this directory
2020-09-20 22:06:38 +02:00
2021-02-23 21:30:44 -08:00
2). Run `make`
2020-09-20 22:06:38 +02:00
2021-04-29 19:51:07 -07:00
3). `java -cp ".:libzt-1.3.3.jar" Example id_path 0123456789abcdef 9997`
2020-09-20 22:06:38 +02:00
2021-04-29 19:51:07 -07:00
See [src/bindings/java](../../src/bindings/java) for wrapper implementation code.