Steps to install java jdk and jre in windows

This is the start of the Java  programming  for anyone.Below is the steps to install the Java in windows machine.

  • Download Latest JDK from below link compatible your machine(32 bits or 64 bits)

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html


  • Install .exe file.

Setting the environment variable.

  • Go to program files folder in C drive and copy the similar path as given below.
C:\Program Files\Java\jdk1.8.0_91 in 
  • Right click on My Computer and then properties.
  • Click on Advanced System Settings and create new user variable  with variable name JAVA_HOME and variable value  C:\Program Files\Java\jdk1.8.0_91.

  • In System, variables edit the path entry and add %JAVA_HOME%\bin; in the path.
  • Done
To verify this go to command prompt and type java-version  to get the Java version.

Note-Setting up the environment variable is important to use the JAVA library.

Now it's time to start your first tutorial Java Basic Tutorial.

Give you suggestion in comments.If you like the post Share with your friends on social network.


Steps to install java jdk and jre in windows Steps  to install java jdk and jre in windows Reviewed by JavaInstance on 11:05:00 AM Rating: 5

No comments:

Powered by Blogger.