Java environment variable configuration and java environment variable configuration

Source: Internet
Author: User

Java environment variable configuration and java environment variable configuration

Original Works are from the blog of "Deep Blue blog". You are welcome to reprint them. Please note the following source when reprinting them. Otherwise, you will be held legally liable for copyright.

Deep Blue blog: http://blog.csdn.net/huangyanlong/article/details/42739903

 

(1) Find the environment variable

Computer-properties-advanced system settings-Environment Variables

See:

(2) create a system variable: JAVA_HOME

Variable name: JAVA_HOME

Variable value: C: \ Program Files \ Java \ jdk1.7.0 _ 11 (this is the jdk installation path)

See:

(3) create a system variable: CLASSPATH

Variable name: CLASSPATH

Variable value: % JAVA_HOME % \ lib \ dt. jar; % JAVA_HOME % \ lib \ tools. jar;

See:

(4) PATH system variable configuration: PATH

Variable name: Path

Variable value: % JAVA_HOME % \ bin; % JAVA_HOME % \ jre \ bin;

See:

So far, the java environment variable settings have been completed. You can run eclipse, tomcat, and other java software to develop and release applications.

 

Original Works are from the blog of "Deep Blue blog". You are welcome to reprint them. Please note the following source when reprinting them. Otherwise, you will be held legally liable for copyright.

Deep Blue blog: http://blog.csdn.net/huangyanlong/article/details/42739903

Related Article

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.