#!/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/applet # Run the QixApplet demo. # Launch the appletviewer giving as a command line argument the html file # that contains the applet tag. # # Applets read the param fields of the applet tag using the getParameter(name) # method. This method returns the value of the parameter. /pkg/java/bin/appletviewer /project/adaptive/classes/cs544/assignments/applet/QixApplet.html