Q
|
How do I detect the Java Virtual Machine installed on the user's browser?
|
A
|
The JavaVersion property will tell you the JVM version used by the visitor's browser. BrowserHawk also provides several properties related to detection of Java, including JavaEnabled, JavaVendor, MSJVMBuild, and Plugin_JavaVer.
See the Property Reference Guide in the BrowserHawk documentation for details on each and code samples.
|