Run gwtXP examples in Eclipse
Posted in Eclipse, gwtXP on December 5th, 2009 – 9 CommentsI received some emails asking how to setup and run gwtXP examples in IDEs.
This post shows how to do it in Eclipse. I recommend to use Google Plugin for Eclipse during developing GWT applications.
Create a Hello project
In your Eclipse IDE, select File – New

- Type in the project name and the package
- Select “Use Google Web Toolkit” check box and click Finish button.

Configure project’s Run/Debug settings
- Open project properties dialog: Right-click on Hello project and select Properties from pop-up menu
- Go to Run/Debug Settings section
- Click on the “Hello” launch configuration and click Edit button
- In the Edit Configuration dialog, click on Arguments tab and change the Working directory option from “Other” to “Default”

- Click OK
- Go to Java Build Path section, click on “Add External JARs” and select the gwtXP.jar you downloaded from http://www.gdevelop.com/w/downloads/
- Click OK


