Installing JDK in Windows 9x

  1. The first step to install JDK is to open the C:\Temp directory as show below.

    INST1.gif

  2. Then double click on the icon that looks like a red box, and you will then see the file decompress so it can run the install. The first screen of the install appears as follows. And click on the Next button when you have read the Warning screen.

    INST2.gif

  3. The next screen asks you to read and agree to the End User License Agreement. If you do not click Yes you will not be able to install JDK.

    INST3.gif

  4. Then you will be able to select the directory where JDK will be installed. We will select the default C:\jdk1.2.1 if you select something different make a note of it for later reference.

    INST4.gif

  5. The next screen allows you to select or deselect certain components. Do not change what is selected here unless you know a lot about JDK. Just click Next here.

    INST5.gif

  6. When you click next the install will begin. After it is over you will be asked to agree to another End User License Agreement to install the JRE component.

    INST6.gif

  7. And again we will go ahead and use the default directory to install the JRE component. So just click Next here.

    INST7.gif

  8. Once you have done that you will see the JRE component installed. Then you will see the final screen. You can just click Finish here!

    INST8.gif

  9. Now, please follow the instructions for Modifying your PATH statement