Created
July 31, 2023 07:39
-
-
Save yvenkets/ffe09ecd4428a5fc749bb6d20f42a955 to your computer and use it in GitHub Desktop.
JDK.17-Installation
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
| wget https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.rpm | |
| wget https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.rpm --no-check-certificate | |
| rpm -ivh jdk-17_linux-x64_bin.rpm | |
| java -version | |
| update-alternatives --config java | |
| #Select the Java vesion17 from the list | |
| java -version |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
f