You install a java development kit compatible with JDK 1.1.  Most recent
Sun java versions should be compatible with this.

to compile:

javac *.java

to run:

java Display


