Skip to content

Instantly share code, notes, and snippets.

@yvenkets
Created July 31, 2023 07:39
Show Gist options
  • Select an option

  • Save yvenkets/ffe09ecd4428a5fc749bb6d20f42a955 to your computer and use it in GitHub Desktop.

Select an option

Save yvenkets/ffe09ecd4428a5fc749bb6d20f42a955 to your computer and use it in GitHub Desktop.
JDK.17-Installation
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
@yvenkets
Copy link
Author

f

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