CentOS add Java environment variables and delete OpenJDK

Source: Internet
Author: User

Export Java_home=/opt/java/jdk1.8.0_172export classpath=.: $JAVA _home/jre/lib/rt.jar: $JAVA _home/lib/dt.jar: $JAVA _ Home/lib/tools.jarexport path= $PATH: $JAVA _home/bin

  

Delete OpenJDK

The installed CentOS will bring openjdk, with the command java-version, will have the following information:

" 1.6.0 "  1.6. 0-1.6. 0-b09, mixed mode)

It is best to uninstall the OPENJDK before installing Sun's JDK.

View First

Rpm-qa | grep java

The following information is displayed:

Java-1.4.2-gcj-compat-1.4.2.0-40jpp.115java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5

Unloading:

Rpm-e--nodeps java-1.4.2-gcj-compat-1.4.2.0-40jpp.115rpm-e--nodeps java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5

There are some other commands.

Rpm-qa | grep Gcjrpm-qa | grep JDK

If OpenJDK source cannot be found, you can also uninstall this

Yum-y Remove Java java-1.4.2-gcj-compat-1.4.2.0-40jpp.115yum-y remove Java java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5

  

CentOS add Java environment variables and delete OpenJDK

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.