Install OpenJDK 8 Xubuntu 16.04 Xenial LTS
Hello Xubuntu User! Install OpenJDK JRE/JDK 8 in Xubuntu 16.04 Xenial LTS GNU+Linux desktop – Step by step Tutorial.
And the Xubuntu 16.04 Open JDK 8 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 Terminal Shell emulator window 
 Ctrl+Alt+t on desktop
 (Press “Enter” to Execute Commands)  In case first see: Terminal QuickStart Guide. 
- 
Installing OpenJDK 8 JRE/JDK. - For JRE 8
 Minimal:sudo apt install openjdk-8-jre-headless Complete: sudo apt install openjdk-8-jre 
- For JDK 8
 Without GUI components:sudo apt install openjdk-8-jdk-headless And All with: sudo apt install openjdk-8-jdk 
 
- For JRE 8
Java IDEs Installation on Xubuntu
How to Install Eclipse for Java Development on Xubuntu: Installing Eclipse IDE for Java on Xubuntu.
How to Install Netbeans IDE for Java on Xubuntu: Installing NetBeans IDE for Java on Xubuntu.
How to Install IntelliJ IDEA 2024 for Java on Xubuntu: Installing IntelliJ IDEA for Java on Xubuntu.
