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

8 lines
212 B
Markdown
Raw Normal View History

2017-10-16 13:10:20 -07:00
## ZeroTier with Java via JNI
***
2017-05-04 13:06:39 -07:00
2018-09-06 15:30:34 -07:00
### ExampleApp
2017-05-05 16:46:07 -07:00
2018-09-06 15:30:34 -07:00
Copy `zt.jar` file into this directory
Extract shared library from JAR file: `jar xf zt.jar libzt.dylib`
Build ExampleApp: `javac -cp ".:zt.jar" ExampleApp.java`