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
2018-09-06 15:30:34 -07:00

212 B

ZeroTier with Java via JNI


ExampleApp

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