In linux, view the java jdk installation path and set environment variables.

Source: Internet
Author: User
Install jdk http://blog.csdn.net/hzqnju/article/details/6779556

Windows: set java_home: View JDK installation PATH java-version: View JDK version linux: whereis javawhich java (java execution PATH) echo $ JAVA_HOMEecho $ PATH
2. Configure the linux environment variables as follows: (remember source. bash_profile) 1. modify the/etc/profile file (global users) vi. Add this file/etc/profile to the end of the profile file: export JAVA_HOME =/usr/share/jdk1.6.0 _ 20 export PATH = $ JAVA_HOME/bin: $ PATHexport CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar2. modify. bash_profile file (a user is authorized to use these environment variables ). add: export JAVA_HOME =/usr/share/jdk1.6.0 _ 20 export PATH = $ JAVA_HOME/bin: $ PATHexport CLASSPATH =.: $ JAVA_HOME/lib/d T. jar: $ JAVA_HOME/lib/tools. run the following command on the jar3.shell terminal: (for temporary use) export JAVA_HOME =/usr/share/jdk1.6.0 _ 14 export PATH = $ JAVA_HOME/bin: $ PATHexport CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar 3. uninstall jdk and find the _ uninst subdirectory of the jdk installation directory. Execute the command on the shell terminal. /uninstall. sh to uninstall jdk.

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.