
The first part is installing the Java development kit (JDK) on the computer and the second part is installing a text editor that makes it easier to use the JDK. There are roughly two parts to this installation.
How to compile on textpad 8 how to#
This page tells you how to install this programming environment on your home computer.

We will be using release 1.4.2 of the Java 2 Standard Edition (J2SE) development kit. Below are the steps to follow to install this combination of programs on MS Windows. Basically, what we will do is install the Sun JDK and then install a very good text editor as a "shell" or "wrapper" for using the JDK. As an alternative to using a large IDE, this page explains how to install what I think is a simple, elegant IDE for writing small to medium size Java programs. But these IDE's tend to be very large, very resource intensive programs that actually contain far more programming tools than are needed for writing small to medium size programs. Several companies have produced Integrated Development Environments (IDE's) that have all of the tools you might need to write Java programs. But the JDK is not too easy to use, since it is command line based, and it does not really contain all of the tools that you will need (for example, it lacks an editor and a debugger).
How to compile on textpad 8 free#
The Sun JDK is a free collection of command line tools for developing Java programs.

The simplest one that you can get is Sun's JDK (Java Development Kit). To write Java programs you need some kind of Java development environment. Installing Java and Textpad at home Installing Java and Textpad on your home computer
