We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Oracle JDK license is now very restrictive. Replacing Oracle JDK with Zulu OpenJDK seems to be the best option.
https://www.azul.com/downloads/zulu/
On ubuntu this can be achieved with...
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 sudo apt-add-repository 'deb http://repos.azulsystems.com/ubuntu stable main' sudo apt-get install zulu-8
The Zulu packaging of OpenJDK apparently is more extensive and includes the necessary NetBeans support for glassfish.
The text was updated successfully, but these errors were encountered:
Oka/
Sorry, something went wrong.
No branches or pull requests
The Oracle JDK license is now very restrictive. Replacing Oracle JDK with Zulu OpenJDK seems to be the best option.
https://www.azul.com/downloads/zulu/
On ubuntu this can be achieved with...
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
sudo apt-add-repository 'deb http://repos.azulsystems.com/ubuntu stable main'
sudo apt-get install zulu-8
The Zulu packaging of OpenJDK apparently is more extensive and includes the necessary NetBeans support for glassfish.
The text was updated successfully, but these errors were encountered: