anil.kumar
9th February 2010, 10:00 PM
There are multiple way to verify if java is installed on computer.
Method 1: Run following url from your browser.
http://www.java.com/en/download/help/testvm.xml
It will display the java version and other information.
Method 2: Open command prompt ( Start-->All Programs-->Accessories menu)
and then type "java -version" without quotes. This will display the java version if installed properly on computer.
Method 1: Run following url from your browser.
http://www.java.com/en/download/help/testvm.xml
It will display the java version and other information.
Method 2: Open command prompt ( Start-->All Programs-->Accessories menu)
and then type "java -version" without quotes. This will display the java version if installed properly on computer.