Installing OpenJDK 10
-
D. Java 11 Setup
OpenJDK 10 Installation.
- For JRE 10
Minimal:sudo apt install openjdk-10-jre-headless
With GUI Parts:
sudo apt install openjdk-10-jre
- For JDK 10
Without Graphical Components:sudo apt install openjdk-10-jdk-headless
And All:
sudo apt install openjdk-10-jdk
- For JRE 10
Contents