This document is for configuring Eclipse. Setup for other IDEs should be similar. A new Java project should be created before starting the setup guide.
GXT requires GWT 1.5+. Unzip the distro anywhere on your file system, you will need to point to it later in the setup.
Download the latest Ext GWT release here. Unzip the distro anywhere on your file system, you will need to point to it later in the setup.
Select and select in the preference tree.
Click the New button and name the library GWT_1_5. Select the new library and then click Add Jars. Navigate to where you unzipped the GWT download and select gwt-dev-[os].jar and gwt-user.jar
Bring up your project's properties by right clicking the project name in the Package Explorer and selecting Properties from the context menu. Once open, select the Java Build Path item in the tree then select the Libraries tab.
Repeat the same steps and create another User Defined Library named GXT_1_0 and add the gxt.jar from the Ext GWT download.
Open the Run Config by selecting Run > Open Run Dialog. Select Java Application then click the New button. Fill in the fields


The GXT module needs to be added to your projects XML config file:
Your project and run config should now be configured properly.