This document provides step-by-step instructions for downloading and installing the Java development environment and compiler on a Windows machine. It then guides the reader through writing their first "Hello World" style Java program - a simple applet that draws a diagonal line on a canvas. The program is typed into Notepad, saved, compiled using javac, and viewed using appletviewer to test that the installation and program work correctly.