Monday, October 22, 2012

Check if java is installed

folks, Java virtual machine which makes software platform independent. many java based application pre-requisites java virtual machine be installed in pc. you can check if java is installed on your pc or you can also check which version of java is installed. you can check it by a simple command in dos command prompt. This is how you can do this...

1. win + r to open "run" box.
2. type "cmd" and press enter.
3. then simply type "java -version"



No comments:

Post a Comment