Set overall java environment variables in Linux

Source: Internet
Author: User
In Linux, java overall environment variable settings-general Linux technology-Linux programming and kernel information, the following is a detailed description. Install JDK first. You may download the binfile from the sun official website or through the new gains. After installation, you can directly run java-version to test whether the installation is successful .. now you can set the environment variable and edit the file:

Sudo gedit/etc/profile

Append at the end of the file:

Export JAVA_HOME =/usr/java/jdk1.5.0 _ 10/

# Note: append the bin directory of the newly added JDK to the beginning of $ PATH. In this way, when multiple JDK versions are installed in the system, the program will first search for the JDK version at the beginning.

Export PATH = $ JAVA_HOME/bin: $ PATH
Export CLASSPATH =.: $ JAVA_HOME/lib/tools. jar: $ JAVA_HOME/lib/dt. jar: $ CLASSPATH

After saving/etc/profile, do not forget to execute the following command to make changes to environment variables take effect immediately.

Source/etc/profile

If an error is reported when you run the preceding command, check whether the text you added in/etc/profile is incorrect.

Finally, check whether the environment variable changes take effect.

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.