1. Add path, classpath to autoexe.bat file and restart the computer. set CLASSPATH=C:\CSIT36;%CLASSPATH% SET PATH=C:\jdk1.2.1\bin;%PATH% 2. Create a program with extension .java 3. Compile the program javac filename.java filename must be the same as classname. 4. Run the program java classname --------------------- 4b. Or create html file then, run appletviewer filename.html