JDK Installation for Microsoft Windows

Source: Internet
Author: User

JDK Installation for Microsoft Windows

1.Downloading the installer:http://www.oracle.com/technetwork/java/javase/downloads/index.html

2.Running the JDK installer:

3.Updating the environment variable:

1) Click Start, then Control Panel, then system.

2) then advanced and then environment variables.

3) Add the location of the bin folder of the JDK installation to the path variable in system variables, the following is a Typical value for the PATH variable:

C:\WINDPWS\system32; C:\WINDPWS; C:\Program Files\java\jdk1.8.0\bin

Note:

1) The PATH environment variable are a series of directories separated by semicolons () and are not ; case-sensitive. Microsoft Windows looks for programs in the directories on order from left to right PATH .

2) You should only has one bin directory for a JDK with the path at a time. Those following the first instance is ignored.

3) If You is not a sure where to add the JDK path, append it.

4) The new path takes effect in each new command window, open after setting the PATH variable.

4.Starting to use the JDK:

If you is new to develping and running programs in the Java programming language, you can download the documentation from Http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html page for some guidance.

5.Uninstalling the JDK

To uninstall the JDK with the "Add/remove Programs" utility in the Microsoft Windows Control Panel.

JDK Installation for Microsoft Windows

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.