Java Environment Building

Source: Internet
Author: User

environment variable configuration for JDK

Variable name: "java_home"

Variable value: "C:\Program files\java\jdk1.7.0_51"

Special Note: My jdk is installed in this location C:\Program files\java\jdk1.7.0_51 So just fill this out, your own jdk install in what position, just fill in what Oh!

Locate the Path selection Editor in the system variable:

At the end add "\;%java_home%\bin;

Special note: In the last add, do not put the default delete Oh! If deleted, your part of the program will not be able to run Oh!

Verify that the environment variable is configured successfully:

In " accessories " Find " run ", enter "cmd"

Re-enter Java

If you have the following interface instructions you have configured! Your computer can run Java programs.

The javac command is used to compile the Java source file into a class bytecode file, such as: Javac Helloworld.java.

After running the Javac command, a helloworld.class file appears if there is no error in compiling successfully.

Java commands can run a class bytecode file, such as: Java HelloWorld

Java Environment Building

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.