-
Notifications
You must be signed in to change notification settings - Fork 60
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
java windows does not compile dll #267
Comments
You could use I use this way to get my lib but it still has some problem. Maybe it would be useful for you. |
Thank you, but I'm looking for a dll file I can import in my java program. |
If you can reproduce the results of my test in #277, please reply, thank you |
It works!!! let me know if this works for you |
They are just the same. |
just in case anyone stumble on this issue I'm going to leave it open until the issue is fixed with scripts |
Maybe we could fix the jar documents. This problem has stuck me for years from using the lib. |
The thing is I have no idea with the change in JavaSockets.cxx because I don't know c++. The change is a required fix to build. I don't want to have a pull request that contains changes I don't even know.
|
Maybe giving suggestions in |
i don't quite understand what you mean by "if" |
After running command build.sh host-jar on my windows, the jar is only 20 kb, contains no dll file to be extract via
jar xf *.jar libzt.dll
In successful build on mac there should be a library included in the jar file.
The build.sh script is broken on windows.
The text was updated successfully, but these errors were encountered: