ff

Recent Posts

Wednesday, May 8, 2013

How to Install Java JDK and JRE on Windows


Install java JDK

I’m going to explain you step by step form the beginning, but if you already know how to install java , you can skip this part
First of all you must download java JDK form www.oracle.com site. You can use following link to download the JDK
I use JDK 7 to demonstrate you how to install JDK and JRE on your Personnel computer











After you get the “successfully instaled ” dialog box ,exit form it
Now you have successfully installed both java development kit(JDK) and java runtime environment(JRE)  on your computer.
Now you can set java path on your machine by using following steps

1. Right click on my computer icon and select properties 
2. Select "Advance settings link on left side of the given window"


3. Then you will get following window, click environment variable button


4. click on "new button " of System variables panel
and give your JDK installation path as  variable value, you can give any name for variable name, most people  use variable name as 'path' or "java home'', here I use "java home " as my environment variable name.



then click ok and exit 
to make shure about path variable you can open windows command prompt and type the word "javac"
then you can get following type of long result list environment variable create successfully.



that's all for this tutorial
hope you enjoy the tutorial .


0 comments :

Post a Comment