Type: String
Returns the DLL build number of the Microsoft JVM, if installed. For example "5,0,17,102".
Note: Use of this property requires the Enterprise Edition of BrowserHawk.
Special notes for this property:
This property is only available for IE 5 and later under Windows. In all other cases this property will always return an empty string.
This property returns the build number of the DLL which is responsible for the JVM. Do not confuse this property with the JavaVersion.
C# Example:
<%
ExtendedOptions options = new ExtendedOptions();
options.AddProperties("MSJVMBuild");
ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);
%>
<html>
MSJVMBuild: <% Response.Write(extBrow.MSJVMBuild); %>
</html>
See Also: