Hello Dave,
If you are running the J2SDK1.4.X
you should fine the html converter in this location:
%JAVA_HOME%\lib
***where %JAVA_HOME% = your install location of the JDK files.
The executable jar file is named: htmlconverter.jar
If you need to download the 1.3 version or later of the htmlconverter it can be downloaded from this URL:
http://java.sun.com/products/plugin/1.3/converter.html Once you have downloaded the htmlconv-1_3_0_02.zip file, unzip it and start your Windows CMD prompt.
Navigate to the directory that contains the unzipped file using the DOS "cd" (change directory) command.
Once in the correct directory simply enter this command at the command prompt to start the html converter:
java -jar htmlconverter.jar -gui
NOTE: The name of the converter may be different. The 1.3 version is named: htmlconv1_3.jar
I hope this helps.
Chad