These directions were tested on Windows 2000 Professional, but should
Also function properly on Server and Advanced Server. Maybe even XP(?).
If this does not work, try to contact me.

1. Download the free SDK: 2. Set environment variables:
  1. Right click My Computer and click on Properties
  2. Click Advanced tab, and then the Environment Variables button
  3. Under User variables for Administrator, click New for two new variables:
  4. Repeat step #3 under System Variables
3. Create directory C:\java

4. Doubleclick the SDK installer.. 5. Create the directory C:\java\dev

6. Copy java.exe and javac.exe out of C:\java\bin into your dev directory




How to run your programs with this installation

If you're using Input.java, you must compile it the first time you want it to be used. Example:
javac myprogram.java Input.java
java myprogram