Uninstalling openjdk with sunjdk

Source: Internet
Author: User

Set the java_home path through the profile file

 
Sudo VI/etc/profile

For more information, see

Java configuration in Ubuntu

 

If you run the command

 
Java-version

 

Ubuntu may have a default JDK, such as openjdk. If openjdk is available, the result is openjdk.

Therefore, to use the JDK we installed by default, perform the following work.
Run
Code:
Update-alternatives -- install/usr/bin/Java ~ /JDK 1.7.0 _ 67/bin/Java 300
Update-alternatives -- install/usr/bin/javac ~ /JDK 1.7.0 _ 67/bin/javac 300

In this step, add the installed JDK to the Java menu.

Then execute
Code:
Update-alternatives -- config Java

In this step, select the default JDK

Uninstalling openjdk with sunjdk

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.