JAVA JDK Download and environment variable settings

Source: Internet
Author: User

Java 8 upadate Kit download
Http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Java Development Documentation Http://docs.oracle.com/javase/8/docs

environment variable settings after installation is complete
Computer | Properties | Advanced system settings, pop-up System Properties dialog box, go to Advanced tab, select environment variable settings
In the system variable in the dialog box
1. Locate the path variable, click Edit under the System variables panel to "Install the JDK directory \ Bin;" Add to Inside
PATH: Specify the JDK command file in that folder
such as: D:\program Files\java\jdk1.8.0_45\bin; And then determine
2. Add classpath variable to new system variable
Specify the location of the Java class library file
The format is ".;D: \ Program Files\java\jdk1.8.0_45\lib "

3. Add Java_home variable to new system environment variable
Java_home specifying the JAVA installation directory
Variable Value: Install directory for Java
The format is: "D:\program files\java\jdk1.8.0_45"

Then enter the CMD editing environment and enter the Java command with the following information indicating that the JDK installation was successful.

It worked.

JAVA JDK Download and environment variable settings

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.