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.
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