Java installation
In this tutorial we are going to see how to install JDK. In the previous tutorial we have learned , how to download proper version of jdk setup from oracle site. This tutorial will provide you step by step guide for installing jdk -
Step by Step procedure to Install JDK :
- Go to Folder where you have downloaded jdk setup.
- Now Double Click on the setup file. (jdk-7u2-window-x64 is jdk file in my case)
- Following Setup window will gets opened.
- Now Click on “Next” button.
- It will prompt you optional features to be installed. Let it be default. Now click on “next”.
- Now Keep Path as default.
After following series of above screenshots finish window will gets opened. Now next step is to setting up class path so that you can run java programs.