Linux CentOS Java OpenJDK Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install Oracle-Sun Java OpenJDK JRE/JDK on Red-Hat-Enterprise-Linux/Oracle-Enterprise-Linux/CentOS/Scientific 6/7 Desktop/Server.
And 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 Terminal Emulator Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing Java OpenJDK.
-
10 OpenJDK JRE/JDK Installation.
-
8 OpenJDK JRE/JDK Installation.
- For JRE 8
Minimal:sudo yum install java-1.8.0-openjdk-headless
Complete:
sudo yum install java-1.8.0-openjdk
- For JDK 8
sudo yum install java-1.8.0-openjdk-devel
- For JRE 8
-
7 OpenJDK JRE/JDK Installation.
- For JRE 7
Minimal:sudo yum install java-1.7.0-openjdk-headless
Complete:
sudo yum install java-1.7.0-openjdk
- For JDK 7
sudo yum install java-1.7.0-openjdk-devel
- For JRE 7
-