Installing the Cascade Applet:
-
Download the zip-file Ivp.zip.
-
Extract the packages in the current directory with
unzip ivp.zip
-
Compile with (note that CLASSPATH variable should not be set)
javac ivp/Ivp.java
-
Start applet in applet viewer with
cd ivp; appletviewer Ivp.html
-
or start applet in browser by loading file ivp/Ivp.html.
The documentation is in file ivp/Docu.html.