Step for How to install java jdk on windows 7, 8
-
Download Java exe file
-
Start Installation
-
Configuration Java
-
Set Variable Name and Value:
-
Set Jdk Path Name
-
Ensure Java / Jdk Installation
You can download Java.exe file from Java Official Site. This version for Windows 7, Windows 8 Desktop, Windows XP, Windows Vista, Windows Server 2008. You can see following window in browser.
Then Click on “Agree and Start Free Download” button and get .exe file
After saved your java exe file, double click and install java on Your System.
Now a pop-up shows Installing java on your system like below
After completion it will show like the below
Now you have to do some Configuration for Java. Just goto Panel > System and Security > System > Click on Advanced System Settings. You can see following window.
Click on Environment variables and window appears. In that you can see user variables for PC Section . In that click on new , a pop up appears asking for variable name and variable value,
Give Variable name as: JAVA_HOME
Variable value as: C:\Program Files\Java\jdk1.6.0_14
Here jdk1.6.0_14 is your file name. It’s depended upon your Java/Jdk Version. After this click ‘OK’.
In Same window, click “New” for one more time to fix Jdk Path. Here,
Give Variable name as: PATH
Variable value as: C:\Program Files\Java\jdk1.6.0_14\bin
To Ensure your java installation in your system, Just open command prompt and type java. You can see now, the below screen with lot of commands without warning and error.
Now you installed Java in your System.
If you have doubt about “Install Java Jdk on Windows” just ask me via comments. Otherwise say your wishes.
Sai Kiran
Latest posts by Sai Kiran (see all)
- how to install Java / Jdk on windows - December 18, 2018
Wow, amazing blog. And Merry Christmas!
Thank you.. visit for more updates
Hi guys, on path variable we should use our java home variables as follows “;%JAVA_HOME%\bin”, instead of writing the whole path again :), hope this helps.
Hugs
yeah.. you can do that way also.. i don’t want to confuse user’s more by raising question.
your solution is just replacement.
thanks keep support coming and visit for more
Hi. pse help me i want to find the folder (development) after installing the java/jdk but i have failed to see it
Hai steve,
sorry for not following you up quickly, struck up with work a bit.
first download JRE from here(i am choosing JRE 7)
http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html
and install JdK 1.7
http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-7-sdk-with-jdk-u45-2066865.html
and check your c:\program files\java or c:\program files(x86)\java
there you will find jdk 1.7 and jre7 folders
now follow above steps.
hope this helps, comment here if you have any queries.
Thanks for the instructions on the proper path and java_home setup. I was fumbling around and guessing, but your info ended that.
How to deal with the PATH variable if you are having multiple JDK’s installed ?
Thanks!
Its really very helpful for the beginners thank u so much!