gwtXPDownloadsBlog

Run gwtXP examples in Eclipse

Posted in Eclipse, gwtXP on December 5th, 2009 9 Comments

I 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

Screenshot-Eclipse-New-Web-App

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

Screenshot-Eclipse-New-Web-App2

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

    Screenshot-Eclipse-Project-Properties

  • In the Edit Configuration dialog, click on Arguments tab and change the Working directory option from “Other” to “Default”

    Screenshot-Eclipse-Launch-Configuration

  • 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

Read full article »

Share and Enjoy:

  • Google Bookmarks
  • Twitter
  • Facebook
  • Digg
  • Technorati
  • Live
  • DZone
  • Reddit
  • del.icio.us
  • Mixx
  • Netvibes
  • StumbleUpon
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • email
Leave a Comment »


Recent Comments:

  • Colin: @Piotr Szaranski: I had the same issue with authentication, and I also was looking for...
  • Ora Finona: This is a bit off discussion, which I apologize for, but would you and your readers...
  • Amos: First, thanks for some great software. This is great to have. Here are collection of notes...
  • Peter Frankmann: Hallo zusammen, Sehr gute Beiträge. Danke dafür. Werde wohl noch öfters mal...
  • Trung: SyncProxy depends in gdata java client, thus download it from code.google.com Hope this...