#!/usr/bin/csh -f # Let the java interpreter know where to look for the thread demo. # The java interpreter looks for class files in the directories listed # in the environment variable CLASSPATH. setenv CLASSPATH ${CLASSPATH}:/project/adaptive/classes/cs544/assignments/download # Run the DownLoad demo. # This demo is still under development, the file it downloads is hardcoded into # the source. It downloads a file from the cs webserver and pops up a text viewing # window. A content handler prepends a header and appends a trailer to the body # of the document. /pkg/java/bin/java FileDownload