The C program jvtree_demo
creates a frame-based HTML stream which uses the JVTree.jar
to display the table of contents.
To compile the jvtree_demo
sample program, use the makefile (kvhtml.mak)
in the directory install\htmlexport\programs\jvtree_demo
, where install
is the path name of the Export installation directory.
To run jvtree_demo
, type the following at the command line:
jvtreeinputfile
outputfile
.htm
where:
inputfile
is the full path and file name of the source document.
outputfile
.htm
is the full path and file name of the first HTML output file.
JVTree.jar
, must be in the same directory as the HTML Export libraries and the output HTML files.CLASSPATH
environment variable to include the location of the \lib
directory and lib\tools.jar
file for the JDK installed on the machine. Multiple path entries should be separated by semicolons. You must also include the current directory in the search path by using "." in the new setting.
|