Start by downloading and unpacking demos.zip.
There are two ways to proceed:
After unpacking demos.zip:
You can execute any other demo by replacing DemoTest
with the desired demo. For example, to run the Bezier demo:
Note: we will assume you know how to run Java programs
at the commandline, as explained
here. If not, please work with a neighbor instead of trying
to learn commandline execution in class.
For now, we'll assume the latter approach.
This is how to execute a Java program that needs a jar library without
messing with the CLASSPATH. If, on the other hand, you already have
lintool.jar in your CLASSPATH, you can run the test-demo
by typing java DemoTest.
As mentioned, if you already have lintool.jar in your
CLASSPATH, you can just type java BezierDemo.