-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Run java-tron using OpenJDK #4133
Comments
only oracle JDK 8 is supported. Open JDK is not supported, please double-check. https://github.com/tronprotocol/java-tron/blob/develop/build.md |
We have Ubuntu 18.04 with the OpenJDK 8 and it works fine for now:
Package
Java verison
What is this - just a luck, what is the issue to run java-tron using OpenJDK? |
#337 However I would still suggest you use Oracle JDK to avoid other potential risks, thanks. |
Thanks for your contribution to java-tron. |
1. What did you do?
For now are running java-tron using OpenJDK installed on Ubuntu. It seems that it works fine, despite the mentioning on How to Build:
Or it is related only for the builds and we can run compiled jar using OpenJDK?
2. What did you expect to see?
We want to be able run java-tron using OpenJDK and have an official support for this.
3. What did you see instead?
For now we are run java-tron using OpenJDK.
As Oracle no longer releasing updates for long-term support (LTS) Java releases under a permissive license, there is a lot of other OpenJDK.
For example we can very easy run java-tron using Docker and pre-compiled OpenJDK image:
Thank you!
The text was updated successfully, but these errors were encountered: