Monday, February 9, 2015

How to install Java Runtime Environment in windows machine

Step 1: Java (JRE) can be downloaded from this link.

Step 2: Click on “DOWNLOAD” button for JRE. 

image

Step 3: After going to Java download page click on “Accept License Agreement” button.

image

Step 4: After clicking License agreement button, it shows the Thank you message.

image

Step 5: Now click on appropriate Java installer for the machine. In my case, I have selected on “Windows x64” for my Windows 8 64-bit machine.

image

Step 6: Download Starts

image

Step 7: After downloading, double click on the installer “jre-8u45-windows-x64.exe”.

 image

Step 8: User account control window is displayed and click “Yes” button.

Step 9: Keep the destination folder as default. Click on Install button.

image

Step 10: Installation will start.

image

Exception : If you have old version Java is installed then a window named “Java Setup – Uninstall out-of-date versions” is displayed to uninstall your old version. click on Uninstall button to uninstall Java.

image

It starts uninstalling Java.

image

Click Next button.

image 

Step 11: Java runtime will be successfully installed. Click on Close button.

image

Step 12: To verify that Java is working properly, go to the link : https://www.java.com/en/download/installed.jsp

Step 13: Click on “Agree and Continue” button

image

Step 14: Sometimes a pop up can be appeared.

Step 15: Click on Run button

image

Step 16:  A message shows that Java is installed properly.

image

OR

image

Thank you!!!

1 comment:

Cypress: How to handle browser-based authentication pop up dialog in Cypress

Five years ago I have written a blog on how to handle browser-based authentication for selenium webdriver.   Now it is for cypress. Cypress...