Installing JDK 9 on windows
Tutorial Background:
In this tutorial we will install jdk 9 on our windows machine . JDK stands for Java Development Kit , It is a prequisite for all development stuff of Java . Before doing any development activity in Java we must have JDK in our system.JDK 9 is the latest stable Java Version.
Steps:
- Download jdk from oracle
2. Open Setup File and select Next option Highlighted
5 When this setup completed now jre setup will run follow same step first it will ask you about
directory press next after this you will have this screen in your front
7 Press close now what will be sign that java is successfully installed in your pc. To check
it open command prompt and write "java -version" in it if you will get java version then you
have successfully installed java in your machine .
Related Tutorial : Installing JDK 8 in Windows
No comments:
Post a Comment