The google documentation http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/uibinder_dialogbox.html shows GWT wizards in eclipse, however, on my system this is not displayed. How do I get them to show?
Google docs
My System
I definitely have GWT installed in eclipse and can run GWT projects
Here are my updated sites from the Help menu
Eclipse 3.7 WindowBuilder Repo http://download.eclipse.org/windowbuilder/WB/integration/3.7 Enabled
GWT Framework http://dl.google.com/eclipse/plugin/3.7 Enabled
Indigo http://download.eclipse.org/releases/indigo Enabled
Subclipse SVN http://subclipse.tigris.org/update_1.8.x Enabled
The Eclipse Project Updates http://download.eclipse.org/eclipse/updates/3.7 Enabled
Try this:
http://code.google.com/webtoolkit/tools/download-gwtdesigner.html
You need to install the full version of GWT Designer. Installing the GPE only gets you a stripped down version of GWT Designer (w/o any of its wizards).
Here's how I was able to get the GWT Designer tools to work on Eclipse Juno:
- I already had GWT 2.5.0 installed, with GWT Designer. However, I couldn't see the designer anywhere
- At the same time, I did not have WindowBuilder installed on my Eclipse.
- So I first installed the WindowBuilder plugin from the main Eclipse plugin repo
- Then I uninstalled GWT Designer (all 3 packages or so that are included)
- Restarted Eclipse
- Re-installed GWT Designer
- Restarted Eclipse
- Went to File > New > WindowBuilder > GWT User Interface
- Got a dialog saying that I needed to install additional WindowBuilder toolkits. "Click finish to install this toolkit"
- Clicked finished, Eclipse did its thing, problem solved =)
Not sure all the steps are required. I think the key is to have WindowBuilder installed with your GWT Designer, and remember to go to New > WindowBuilder instead of New > Google Web Toolkit