Getting and Installing The Software

In this section, you will find information regarding the retrieval and proper installation of the required software needed to run a J2EE platform with the JOnAS server.

JavaTM2 Software Development Kit

The first piece of software you have to install is a Java environment. In this tutorial, we will use Sun's JavaTM2 Software Development Kit (SDK), but you can use Java SDK provided by other manufacturers as well.

Here are the steps to install your Java environment:

  1. Go to Sun Web site JavaTM2 Platform, Standard Edition download page.

  2. Download a SDK version 1.3 or later.

    Note

    Make sure that you download the SDK and not the JRE, because the JRE is only a subset of the SDK and does not include a Java compiler.

    Note

    You may want to use an alternative Java compiler such as Jikes from IBM. It can greatly reduce compilation time during development.

  3. Once you have downloaded the SDK, follow the instructions to perform to the installation according to your platform. There is usually a link to an Installation Notes page from the download page.

To complete the setup of your SDK, you have to configure some environment variables. This procedure is detailed in the section Setting Up Your Java Environment.