Installing
-
2. Installing OpenJDK 17
OpenJDK 17 Installation.
-
OpenJDK 17 LTS JRE/JDK Installation.
- For JRE 17
Minimal:sudo apt install openjdk-17-jre-headless
With GUI Parts:
sudo apt install openjdk-17-jre
- For JDK 17
Without Graphical Components:sudo apt install openjdk-17-jdk-headless
And All:
sudo apt install openjdk-17-jdk
- For JRE 17
-
Contents