Tuesday, February 10, 2015

How to verify that Java is working properly on your Machine

Sometime we need to verify that our machine has proper Java version installed. In our previous post we have shown on how to install Java in your Windows machine. Here we will show how to verify that Java is working properly.

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

Step 2 : Click on “Agree and Continue” button

image

Step 3 : Sometimes a pop up can be appeared.

Step 4 : Click on Run button

image

Step 5 : A message shows that Java has been installed properly.

image

OR

image

Thank you!!!

No comments:

Post a 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...