Install JAVA on Windows


  1. Download latest version of Java from link by clicking on Accept License Agreement and selecting .exe file for JDK.
     
  2. Once the .exe file is downloaded, double click on installer to start installation process.
  3. Click on Yes if installer asks for administrative permissions.
  4. Click on Next 
  5. Again click Next in next step and installation process will starts.
  6. Now click on Close, to complete your Java installation.
  7. Now we will set Environment variable for Java. To set environment variable search for environment variable in Start.
  8. Now click on Environment Variables..
  9. Now add new variable in System Variables as JAVA_HOME and set value as home directory of Java. 

  10. Now add Java home path in variable PATH as follows and click OK
  11. Now open command prompt and check for java version, using command 'java -version'.
  12. Congratulations, JAVA is installed in your machine.

Comments

Post a Comment

Popular posts from this blog

Installation of Virtual Box for Virtual Machine

Installation of HMail Server

Deploying SSL Certificate on Tomcat