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.
C:\>java -versionIf '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.
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. |