Demeter/Java Hypertext Documentation Tool INSTALLATION INSTRUCTIONS Place the program files in a directory and type 'make' The output program will be in ../demjava.jar called EDU.neu.ccs.demeter.tools.demjava.Program Go to another adaptive program directory you wish to document with HTML Either modify the demjava/bin/demjava script's DEMJAVA_CLASSES to pick up this jar file instead - OR - Modify the GNUmakefile to invoke this demjava instead of the usual demjava Sample Invocation: java -ms8m -mx32m -classpath ../demjava.jar EDU.neu.ccs.demeter.tools.demjava.Program -printvis -displayvis -outputdir test -htmldir html test.cd test.beh test1.beh test.input Note that -htmldir both tells it to generate html and where to place the html files and adding a .input will allow you to also view the input files in the browser. cd to the html directory and load the index.html file into the browser (this is the default behavior for the browser so just specifying the directory should be fine) I only tested the tool using Netscape Navigator 3.02 Gold, so I don't know how the frames will look or JavaScript will work in Microsoft Internet Explorer or older versions of Netscape.