Search This Blog

Showing posts with label check java version. Show all posts
Showing posts with label check java version. Show all posts

Saturday, September 5, 2015

How to Check Java Version ?

Go to command prompt and run


java -version


You will get java version, if it ends in error saying.
 "java is not recognized as an external or internal command"


Add path to JDK/jre to the path variables in the (My computer -- > advanced settings)


Reboot and try again.


This time you will get JDK version.