- Download the JEE development version of Eclipse and unzip to a local directory.
- Download the latest version of JBoss and unzip to a local directory. Ensure there are no spaces in the path to this directory.
- Download and install the latest maintenance build (3.0.4) for the Web Tools Project (WTP). This is required for support with JBoss5 otherwise you may hit errors later on.
- Start the Eclipse workbench
- Open the JEE perspective (if not already open)
- In the servers tab, right click and select New->Server
- Choose JBoss5 from the list
- Click 'Next >' and on the next panel enter the location of the JBoss installation you unzipped in step 2. If you get an error saying that mail.jar can't be found then the latest version of WTP hasn't been installed correctly.
- Click 'Finish' and the server will appear in the Servers tab.
If the start takes longer than the configured time allowed then double clicking on the server will open the configuration page which will allow you to increase the startup timeout to a value which allows the server to start within that time.
From here everything should be setup ready to develop applications and deploy them to the server.