Java Language / Java Installation

1. Download any version of java from
https://www.java.com/en/download/
2. Double click to install it.
3. Set class path for working with java.

Class Path Setting
1. Open my computer properties.
2. Click advanced tab.
3. Click environmental properties.
4. In user variables click new and press add.
5. Enter Variable name=”path” and
Variable value=”C:\Program Files\Java\jdk1.6.0_01\bin”
6. Press ok and ok.


Home     Back