[logo] Installation Guide for Windows Users

The following procedure assumes that you use Windows XP, but its basics should also apply to the users of other Windows platforms such as Windows 2000.

Follow these steps to install Java on your computer.

  1. Click on "Download Now" button found in http://java.com/download/index.jsp.
    • The download page will appear.
  2. Click on "Download" button on the side of "Windows (off-line installation)".
    • The file gets downloaded.
  3. Execute the downloaded file. Default answers will be fine for given choices.
    • JRE is installed in your computer.
  4. From the command prompt1 window, execute the following ("C:\>" is a prompt2 which may differ in your environment).
    C:\>java -version
    
    If 'java' is not recognized, perhaps the command path3 is not set properly.

If the command path does not seem to set properly, add the path for J2SE by following these steps.

  1. Select "Detail" from "Start" -> "Control Panel" -> "Performance and Maintenance" -> "System". Then click on "Environment Variables" button.
  2. Select "Path" from "System Environment Variables". Then click on "Edit" button.
  3. Append ";c:\xxx\bin" where "xxx" is the folder which contains J2SE files, to the value of the variable, then click on "OK" button.

From the command prompt window (you have to close the window and open it again), execute

C:\>java -version

If the version of J2SE is displayed, installation is complete.


1

Command prompt is a program to give instructions to Windows with a command language. It should be found in "Start" -> "All Programs" -> "Accessories."

2

A prompt is a sign to indicate that the computer is waiting for a command from the user. Type your command, then press "Enter" key to execute the command.

3

A command path is a route for the operating system to locate a program.