Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
11 views

Java JDK Installation and Configuration

The document details the steps to download and install the Java JDK including navigating to Oracle's website, downloading the .exe file, executing the file, and configuring environment variables to include the JDK bin path.

Uploaded by

4k4you
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Java JDK Installation and Configuration

The document details the steps to download and install the Java JDK including navigating to Oracle's website, downloading the .exe file, executing the file, and configuring environment variables to include the JDK bin path.

Uploaded by

4k4you
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Java

JDK download and installation:

Navigate to www.oracle.com and look for JDK:


Click on download under JDK
Accept the license and choose the version to download an .exe
file

Execute the .exe file and follow the instruction


Configuration:

Go to My Computer -> Properties -> Advanced System Settings

Click on Environmental Variable


In system Variable, select the path and click Edit

Enter the following information in the variable value:

1. C:\Program Files\Java\jdk1.7.0\bin (The path is where the jdk bin


exists)

NOTE: Multiple directories needs to be separated by semi colon For


Example: C:\Program Files; C:\Program Files\Java\jdk1.7.0\bin

Click OK button

You might also like