Java OpenJDK Quick Start for Ubuntu
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Oracle-Sun Java OpenJDK JRE/JDK 6/7/8 on Ubuntu 15.10 Wily Werewolf i386/amd64 GNU+Linux Desktop/Server.
The OpenJDK (Open Java Development Kit) is a Free and Open Source Implementation of the Java Platform, Standard Edition (Java SE).
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 session
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-get install openjdk-8-jre-headless
Complete:
sudo apt-get install openjdk-8-jre
- For JDK 8
sudo apt-get install openjdk-8-jdk
- For JRE 8
-
Installing OpenJDK 7 JRE/JDK.
- For JRE 7
Minimal:sudo apt-get install openjdk-7-jre-headless
Complete:
sudo apt-get install openjdk-7-jre
- For JDK 7
sudo apt-get install openjdk-7-jdk
- For JRE 7
-
Installing OpenJDK 6 JRE/JDK.
- For JRE 6
Minimal:sudo apt-get install openjdk-6-jre-headless
Complete:
sudo apt-get install openjdk-6-jre
- For JDK 6
sudo apt-get install openjdk-6-jdk
- For JRE 6
-
Java IDEs Installation on Linux
How to Install Eclipse for Java Development on Linux: Installing Eclipse IDE for Java on Linux.
How to Install Netbeans IDE for Java on Linux: Installing NetBeans IDE for Java on Linux.
How to Install IntelliJ IDEA 2023 for Java on Linux: Installing IntelliJ IDEA for Java on Linux.