BrowserHawk IQ now available! Click here for the full scoop!
Search:
Applet bhjvmd notinited error message
Created: 7/27/2002    Updated: 8/7/2007
Q   When I run a test that includes a Java version or Java vendor test, I see the error message "Applet bhjvmd notinited".

A   The Java vendor and version tests use an applet running transparently on the client to investigate the Java environment, and that applet's class file has to be downloaded from the server.

The cause of that error message is that the browser was unable to download the JVMDetector.class file from the server for execution.

This issue is more transparent with Netscape 4.x since it treats a missing applet as a warning and keeps executing desite the warning. Whereas Netscape 6.x and higher, as well as Firefox, treat the missing applet as an error and the page stops executing. This typically results in the error only being noticed with NN 6+ and Firefox.

The install instructions provide guidance on where to place this class file. The file is JVMDetector.class and it should be placed under your server's document root.

The browser will normally request the file from the same directory as has the applet tag, so when running ASP or JSP pages you can put the .class file in the directory holding the ASP/JSP file that calls these BrowserHawk tests.

Note: This applet is only required if you are using BrowserHawk to detect JavaVendor, JavaVersion, MSJVMBuild, Plugin_JavaVer, OSName, OSArch, and/or OSDetails. If you are not interested in any of these properties, make sure you are not calling BrowserHawk's extended property method and passing in "ALL". This is because when "all" is used, BH will include these Java tests which are not necessary since you are no interested in these properties. Instead, change "ALL" to the list of only those properties in particular you want to detect, and then there is no need for the jvmdetector.class file.

Note to BrowserHawk4J users: For a servlet accessed as /servlet/Foo that's not possible (because /servlet is a virtual directory and can't serve files) so in that case you can set the JVMCodeBase property on BrowserHawk to the directory containing the file, such as "/" if the file is placed in the document root's base directory.

For more information see: http://www.cyscape.com/docs/showhelp.asp?topic=JVMCodeBase_Property

    FAQ Home  |  Search FAQ  |  Show New Items  |  Ask a FAQ  |  Notify Me  |  Most Popular     
 
 
Copyright © 1994-2020 cyScape, Inc. All Rights Reserved. ()
ASP, ASP.NET, ColdFusion MX, CFMX, JSP, PHP