MSJVMBuild Property (.NET)

 

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:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("MSJVMBuild");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

MSJVMBuild: <% Response.Write(extBrow.MSJVMBuild); %>

</html>

 

See Also:

Additional Steps Required for Java based properties

JavaVersion Property (.NET)

JavaVendor Property (.NET)

JavaEnabled Property (.NET)

JavaApplets Property (.NET)

Plugin_JavaVer Property (.NET)