Skip to content

Instantly share code, notes, and snippets.

@OHua
Created December 18, 2022 01:31
Show Gist options
  • Save OHua/70a32b2920aeb9f077c3d7a254fcde17 to your computer and use it in GitHub Desktop.
Save OHua/70a32b2920aeb9f077c3d7a254fcde17 to your computer and use it in GitHub Desktop.
JAVA Install
### 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
@OHua
Copy link
Author

OHua commented Dec 18, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment