Install and Configuring JDK
JDK installer can be downloaded for free by using the help of google search, just type the keyword "Download JDK", or for more easy ways directly please click here. Approximately 54 Mb in size.
Immediately after the install files are successfully downloaded. Then after the installation is done successfully executed immediately in the configuration of the PATH environment variable. The aim is that the command "javac" or "java" can be directly executed on the command prompt from any directory. How to configure the PATH on Windows XP are as follows:
1. Sign on the properties of my computer (open the windows explorer and right click on my computer, then select Properties).
2. Select the advanced toolbar, then click the button Environment variables.
3. In the user variables for an administrator, select New, then enter the location of the JDK directory.
4. In the system variables, select New, then enter the directory location also JDK.
Until here has done the installation steps and configure the JDK PATH.
