You must do the following:
Now click on the following links in order. For each, go to
"File->Save As" on the browser and save them to the iostuff folder you
created in step 4.
Keyboard.java
Format.java
Open a MS-DOS window. Go to the C:\kamin\iostuff directory
and compile each of the two files. That is:
C:> javac Keyboard.java
C:> javac Format.java
SET PATH=C:\JDK1.3.1_01\BIN
SET CLASSPATH=.;C:\jdk1.3.1_01\lib;C:\kaminIf you do have PATH and CLASSPATH commands, then just add
;C:\JDK1.3.1_01\BIN
;.;C:\jdk1.3.1_01\lib;C:\kaminto the PATH and CLASSPATH statements respectively.