How to install java: Double click on “ jdk-1_5_0_13-windows-i586-p” Click on Run. Select the option” I accept” and click on next. Again click on next button of wizard. Finishing the wizard will ask to set up JRE Click next button Next Finish
This will install java in the machine.
Checking Java: Start->run->cmd javac (It will not recognize bin ,so we need to give the path of bin in environment variables.)
How to reach environment variables: right click on my computer on desktop Click on properties. Click on advance tab. You will see environment variable wizard. click on new button (coz to add new EV) 1. path=C:\Program Files\Java\jdk1.5.0_13\bin; 2. CLASSPATH=.; 3. Checking whether system recognize javac
Go to step2.