In order to create applets that run in Java-enabled browsers or develop Java applications you will need one of the Java Developer's Kits (JDK). You can purchase one of the commercially available kits like Microsoft's Visual Java or Sun's Java Workshop for around $100 or you can download the command line based kit used in this tutorial for free at the site below. If you purchase one of the commercial kits please read the documentation to familiarize yourself with the mechanics of creating applets and applications (and .mak files and...) before trying to write and compile any of the programs in the tutorial.
If you are using Windows 95 or NT and want to use the free command line based JDK we will use in this tutorial you can download the version directly by following the instructions below.
You might need to reboot your computer so that you will be ready to begin using the JDK.
If you are using a platform other than Windows 95 the (JDK) is available at the site below.
http://www.javasoft.com/products/JDK/index.html
Or if you already have a commercial JDK and are ready to start then
Go to the next topic: The Java Programming Cycle