Older Dick Silk Self-study note--java 0 basics to rookie--003

Source: Internet
Author: User

Configuring Environment variables: Path,classpath

1, Path, you can execute "javac.exe" anywhere.

"Computer" right "properties"--"Advanced" tab "Environment variable"-system variable "new", Variable name input "Java_home", variable value entered JDK installation directory-"OK".

Select the system variable "Path" "edit"--the variable value before entering "%java_home%\bin;"--"OK".

2. Classpath, you can execute the ". Class" file in the specified directory anywhere.

System variable "new", Variable name input "classpath", Variable Value input ". Class" File storage Directory--"OK"--"OK"-"OK"-Close the Computer "Properties" form.

3. Verify that the configuration is successful.

Copy the ". Java" file to the specified storage ". Class" folder.

Start the console, execute the "javac.exe" compile file directly under this directory, successfully generate the class file "Fin.class", the path configuration is successful.

Enter the ". Class" Storage location of the drive letter, directly execute ". Class" file, successfully output "HelloWorld", classpath configuration is successful.

Older Dick Silk Self-study note--java 0 basics to rookie--003

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.