Prev   Next   Top

JavaHelp Templates

Four templates are required to create a corresponding set of JavaHelp metadata files; their related file names are:

Unless you are a skilled hacker or Java programmer, I recommend that you do not modify these files. With these templates the following files will be created in your source document directory:

NAMETOC.xml: The resulting TOC metadata file for your Java-based help document.

Map.jhm: The resulting map file for your Java-based help document.

NAME.hs: The resulting help set document for your Java-based help document.

The "NAME" part of the above file name is replaced by the name of your source document file. A Java programmer will be able to integrate your HTML file set and the metadata file set to the related Java application. This integration part is documented by Sun Microsystems and is out of the scope of this document.

 


Prev   Next   Top