Uninstall JDK and its environment variables under Ubuntu

Source: Internet
Author: User

Reference text: Install and delete JDK6 under Ubuntu10.04

I really experienced one, removed the jdk1.8.0_25, installed the java_ee_sdk-7u1.zip, found no JDK, and then I installed the jdk1.8 once.

1, delete the JDK directory

sudo rm-rf/usr/local/javadevelopment/jdk1.8.0_25

2. Delete environment variables

Open the configuration environment variable file,/etc under the profile or BASH.BASHRC, I choose BASH.BASHRC here

sudo vim/etc/bash.bashrc

Delete the following command entered, enter "I" to insert mode, switch to edit mode after removing the command, enter ": Wq" Save exit

#set Java Environment
export java_home=/usr/local/javadevelopment/jdk1.8.0_25
export jre_home= $JAVA _home/ Jdk1.8.0_25/jre
export classpath=.: $JAVA _home/lib: $JRE _home/lib
Export path=/usr/local/java/jdk1.8.0_25/ Bin: $PATH



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.