2 Ways to Check the Version of Java Installed on Your Computer

Most of the web and desktop applications require specific versions of Java to run properly. But the Java (JVM to be specific) installed on your computer gets updated automatically from time to time. So its sometimes difficult to find out the version of Java installed on the computer. If you have to find out what’s the version of Java installed on your computer right now, there are two ways to do that,

Use Command Prompt To Find Java Version

Go to Start > Run, type cmd and press Enter. In the command prompt window, type java -version and press Enter. You’ll get the version of Java installed on your computer instantly.

Check Java Version Online

Go to the java version verification page and click on the Verify Java Version button. The page will then instantly show you the Java version installed on your computer.

That’s it.

On a side note, if you are interested in Java and Java related technologies, then don’t forget to check out our Java Programming Tutorials to stay updated on everything Java.

Leave a Comment