The information in this article applies to:
SUMMARYThis article illustrates how to programatically determine what version of the Microsoft virtual machine (Microsoft VM) is installed on the system. MORE INFORMATION
To programatically retrieve the version information for the Microsoft VM, you can use the SystemVersionManager.getVMVersion() static
method in com.ms.util package. This method returns a Properties object that
contains the Microsoft VM version data.
The BuildIncrement property indicates the version the Microsoft virtual machine.
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following pages on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ Additional query words: vm version programmatically java
Keywords : kbcode kbJavaVM JVM kbJavaVMFAQ |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |