Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 409 Bytes

Java.md

File metadata and controls

19 lines (14 loc) · 409 Bytes

Install JDK 17

Windows

You can use the Installer for install jdk 17 on Windows.

Linux

Get installer for jdk 17.

sudo add-apt-repository ppa:linuxuprising/java
sudo apt -y update && sudo apt -y upgrade
sudo apt install oracle-java17-installer

Change the default java used.

sudo update-alternatives --config java