-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to use compiled jar #265
Comments
solved, https://docs.zerotier.com/sockets not updated |
How we're you able to fix it? |
I just tried the instructions in the example folder here: https://github.com/zerotier/libzt/tree/main/examples/java and it worked just fine on Linux. What platform are you on? |
Build will fail on windows, but not on mac and linux, check #267 |
Try to extract file from the compile jar. It only work on linux and mac, windows will build fail and not include the file needed to run. |
is there any plan to address issue #267 and this one? |
When I tried to import and compile my own project, the error "Exception in thread "main" java.lang.UnsatisfiedLinkError: no zt in java.library.path: " occur. When I try to use the way in #59, it errored with
The text was updated successfully, but these errors were encountered: