Troubleshooting the Java Applet

The following table lists problems that might arise when using the HTML Help Java Applet, along with possible solutions:

If this happens Try this
Cannot find _______.class. Check that the CODEBASE parameter in the <APPLET> tag points to a directory that contains the following files:
    • HHCtrl.class
    • TreeView.class
    • TreeCanvas.class
    • sitemapParser.class
    • IndexPanel.class
    • ElementList.class
    • Element.class
    • DialogLayout.class
    • RelatedDialog.class
    • cntimage.gif
Images don't display in the table of contents. Make sure that cntimage.gif is in the directory specified by the CODEBASE parameter of the <APPLET> tag. If your contents (.hhc) file specifies a custom image strip, then make sure that the image file is in the same directory as the HTML file containing the applet.
Contents files take a long time to load. If your contents files take too long to load, try breaking them up into multiple sections using the MERGE keyword.

Home page link About the HTML Help Java Applet