How to install JDK in Centos?

How to install JDK in Centos?

Hi,

I have to install the JDK on Centos 6 Linux server. Let's know the steps to install the JDK.

Thanks

View Answers

August 30, 2014 at 4:12 AM

You can download the RMP from http://www.oracle.com/technetwork/java/javase/downloads/index.html

website

Then use the following command to install it on Linux

$ rpm -Uvh jdk-7u67-linux-x64.rpm
$ alternatives --install /usr/bin/java java /usr/java/latest/bin/java 2

If you are interested in Open JDK then you can also install it through the yum tool

OpenJDK Runtime Environment (Java SE 6)

yum install java-1.6.0-openjdk

OpenJDK Runtime Environment (Java SE 7)

yum install java-1.7.0-openjdk

OpenJDK Development Environment (Java SE 7)

yum install java-1.7.0-openjdk-devel

OpenJDK Development Environment (Java SE 6)

yum install java-1.6.0-openjdk-devel

Hope these commands will help you in getting the installation done.

Thanks









Related Tutorials/Questions & Answers:
How to install JDK in Centos?
How to install JDK 7 in windows
Advertisements
How to install JDK 17 on Windows 10
How to install JDK 17 on Windows 10
How to install JDK 17 on Windows 10
How to install Oracle JDK 8 on Ubuntu?
How to install JDK 10 in Ubuntu 18.04?
How to Install Oracle Java JDK 8 in Ubuntu 16.04?
ModuleNotFoundError: No module named 'install-jdk'
install jdk 6 - Java Beginners
install jdk 6 - Java Beginners
Install JDK 10 on Windows
Installing JDK 7 on Windows
How to uninstall JDK 7?
How to download JDK source code?
jdk
how to find jdk path in ubuntu?
how to install jboss drools
How to download and install Tomcat?
How to install cocoapods in Max?
how to install bower with anaconda
how to install jboss - EJB
how to install jfreechart in netbeans.
how to install tensorflow 2.1.0
how to install tensorflow 2.1.0
how to install tensorflow 2.0.1
how to install tensorflow 2.0.1
How to install ffmpeg on Windows?
How to install ffmpeg on Windows?
how to install anaconda in ubuntu
How to download JDK 1.6?
How to uninstall JDK from Ubuntu 16.04?
Installing JDK 9 on Windows 10
download oracle jdk 11 - How to download
How to install Java?
How to install Neo4j on Ubuntu 15.10?
How to install botocore library in Python
How to install the Six module in Python
How to install TensorFlow TF-Hub
install
How to install Ubuntu 16.04 LTS?
How to download and install Ubuntu 16.04?
How to install p7zip on Ubuntu 16.04?
How to install ffmpeg on Ubuntu 16.04?
How to install pip on Ubuntu 16.04?
Installing Java (JDK 7) on Windows 7 Computer Video Tutorial
Download and Install Java
Installing JDK 8 on Windows 10 and configuring the settings
Jdk 1.7
How to install Eclipse in Ubuntu using terminal?

Ads