Thursday, 2 February 2017

Checking Java Version by Windows Command Line

If you are unsure what java version you currently have. You can check by jsut opening your cmd windows.

simply type "java -version" and execute the command in your cmd.

It best to be sure you are having the latest version of Java. each newer version is updated with better security and efficiency every time they launch an update.