How can I determine whether the Microsoft Java Virtual Machine (JVM) is installed on my computer?
John Savill
February 18, 2003
1 Min Read
A. To verify whether JVM is installed, perform the following steps:
Start a command prompt--go to Start, Run and type
cmd.exe
Enter the Jview command by typing
C:< jview
If the computer doesn't recognize the command, JVM isn't installed. When the computer does recognize the command, the JVM version will be displayed. For example, when I type the command in Step 2 on my computer, the following line indicates that JVM is installed:
Microsoft (R) Command-line Loader for Java Version 5.00.3809
Read more about:
MicrosoftAbout the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like