Created
December 18, 2022 01:31
-
-
Save OHua/70a32b2920aeb9f077c3d7a254fcde17 to your computer and use it in GitHub Desktop.
JAVA Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Oracle JDK vs Open JDK | |
different license, performance and stability, but both release new feature and long term support | |
### install JDK 19 on Ubuntu | |
1. go to offical website and download .deb package or tarbal file | |
2. apt install .deb or unzip tarbal into /usr/bin/jvm/ | |
### java version manager | |
jenv, sdkman .etc only support for macOS and Linux, not for windows | |
it doesn't matter which you choose, it's alternative similar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ubuntuhandbook.org/index.php/2022/03/install-jdk-18-ubuntu/