Install OpenJDK 9 Lubuntu 17.04 Zesty
Hello Lubuntu User! The Tutorial shows you Step-by-Step How to Install OpenJDK JRE/JDK 9 in Lubuntu 17.04 Zesty GNU+Linux Desktop.
And the Lubuntu 17.04 Open JDK 9 Installation is a Free and Open Source Implementation of the Java Platform Standard Edition.
Oracle Java JDK/JRE Installation is based on the OpenJDK source code. In Addition, it contains Closed-Source Components.
How to Download and Install Oracle JDK on Linux Distros
-
Open a Shell Terminal emulator window
Ctrl+Alt+t on desktop
(Press “Enter” to Execute Commands) -
Installing OpenJDK 9 JRE/JDK.
- For JRE 9
Minimal:sudo apt install openjdk-9-jre-headless
Complete:
sudo apt install openjdk-9-jre
- For JDK 9
Without GUI components:sudo apt install openjdk-9-jdk-headless
And All with:
sudo apt install openjdk-9-jdk
- For JRE 9
Java IDEs Installation on Lubuntu
How to Install Eclipse for Java Development on Lubuntu: Installing Eclipse IDE for Java on Lubuntu.
How to Install Netbeans IDE for Java on Lubuntu: Installing NetBeans IDE for Java on Lubuntu.
How to Install IntelliJ IDEA 2024 for Java on Lubuntu: Installing IntelliJ IDEA for Java on Lubuntu.