Pages

Thursday, May 14, 2015

How To Download java jdk

STEP 01
Install the Java Software Development Kit Step 1 Version 3.jpg
Download the latest version of the *http://adf.ly/1HPpdZ from Sun Microsystems.

STEP 02
Install the Java Software Development Kit Step 2 Version 3.jpg
 Double-click on the install file and it should open an installer (Fig. 1).

STEP 03


Install the Java Software Development Kit Step 3 Version 3.jpg

 Click next, then read and accept the license.

STEP 04


Install the Java Software Development Kit Step 4 Version 3.jpg

 On the next screen you will encounter some options. Just leave these alone and click next unless you know what you are doing. (Because this is being read it is assumed that you do not.)(Fig. 2)

STEP 05
 Install the Java Software Development Kit Step 5 Version 3.jpg
The next page you encounter should install (and in some cases download) the Java Development Kit. (Fig. 3)

STEP 06

 Install the Java Software Development Kit Step 6 Version 3.jpg

 After the installer is finished, open run by clicking Start > Run... or by typing Windows Key + R.

STEP 07

 Install the Java Software Development Kit Step 7 Version 3.jpg
 In the text box, type "cmd" and click "OK".

STEP 08

Install the Java Software Development Kit Step 8 Version 3.jpg
A simple window should be opened with a black background and a text prompt. This is called the "Command Prompt." My command prompt background is red, but it could really be any color. (Fig. 4)

STEP 09

Install the Java Software Development Kit Step 9 Version 3.jpg
After focusing the window, type "javac" and press enter. If the prompt returns something along the lines of: "'javac' is not recognized as an internal or external command, operable program or batch file" then continue with the next step. If it shows many more options and lines, skip to step 15.

STEP 10

 Install the Java Software Development Kit Step 10 Version 3.jpg
Open the properties of "My Computer" by either right-clicking the icon on the desktop or right-clicking Start > My Computer. When the pop up menu opens, scroll to the bottom and select "Properties".

STEP 11

Install the Java Software Development Kit Step 11 Version 3.jpg
  This should open a window named "System Properties". Click on the "Advanced" tab.

STEP 12

 Install the Java Software Development Kit Step 12 Version 3.jpg
Click "Environment Variables". (Fig. 5)

STEP 13

Install the Java Software Development Kit Step 13 Version 3.jpg
Next, another window opens with a lot of confusing sentences and letters. Double-click on the "Path" variable on either of the option boxes. It is recommended to edit the variable in the box "User variables for (your username)". 
STEP 14
 Install the Java Software Development Kit Step 14 Version 3.jpg
Once the variable is opened, a text box in yet another window appears. Careful not to delete anything in this box. At the end of the text box, add a semi-colon if there is not one already, and add "C:\Program Files\Java\jdk1.6.0\bin;" to the text box. This is assuming you did not change the file path of the installation. 
STEP 15
 Install the Java Software Development Kit Step 15 Version 3.jpg
Click "Apply" and "OK" to all the windows you have just opened. Open the command prompt again, while following steps 6-9 to see if that "javac" command works.

STEP 16

 Install the Java Software Development Kit Step 16 Version 2.jpg
Congratulations! You have taken your first step to starting Java programming.

Click Here To Download JAVA JDK
Image result for download

No comments:

Post a Comment