You must do the following:

  1. Install the JDK1.3.1 to your C: drive.
  2. Using Windows Explorer, go to your hard drive (probably C:).
  3. Now create a new folder and name it kamin.
  4. Click on the kamin folder, then create another new folder and call it iostuff.   This folder will be inside the kamin folder.
  5. 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

  6. 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

  7. Run your favorite editor (UltraEdit or NotePad will do) and open                  C:\autoexec.bat
  8. If you do NOT already have PATH or CLASSPATH commands in your autoexec.bat file, add the following lines:

SET PATH=C:\JDK1.3.1_01\BIN
SET CLASSPATH=.;C:\jdk1.3.1_01\lib;C:\kamin

If you do have PATH and CLASSPATH commands, then just add

;C:\JDK1.3.1_01\BIN
;.;C:\jdk1.3.1_01\lib;C:\kamin

to the PATH and CLASSPATH statements respectively.

  1. Finally, restart your computer.

Back to Software Downloads