3

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

enter image description here

My System

enter image description here

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

Jla
  • 11,304
  • 14
  • 61
  • 84
jax
  • 37,735
  • 57
  • 182
  • 278

3 Answers3

4

Try this:

http://code.google.com/webtoolkit/tools/download-gwtdesigner.html

Spiff
  • 3,873
  • 4
  • 25
  • 50
  • GWT Designer Core 2.4.2.r37x201110201837 com.google.gdt.eclipse.designer.hosted.feature.feature.group Google, Inc. GWT Designer Editor 2.4.2.r37x201110201842 com.google.gdt.eclipse.designer.editor.feature.feature.group Google, Inc. GWT Designer GPE 2.4.2.r37x201110220223 com.google.gdt.eclipse.designer.gpe.feature.feature.group Google, Inc. – jax Jan 13 '12 at 09:44
  • did you have to do this to see the designer in your screenshot? http://stackoverflow.com/questions/6454745/cant-find-window-builder-pro-in-eclipse-indigo I had to do it and although GWT was installed, I had to re-install it in order to see the GWT designer – Spiff Jan 13 '12 at 13:21
  • I have the following installed -> Eclipse 3.7 WindowBuilder Repo http://download.eclipse.org/windowbuilder/WB/integration/3.7. I think I added this manually to get WindowBuilder Swing and SWT. – jax Jan 14 '12 at 07:02
2

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).

  • 1
    What is the difference, how do I get the full version? – jax Jan 15 '12 at 05:33
  • 1
    The latest GWT Designer for Kepler can be found here (http://dl.google.com/eclipse/inst/d2gwt/latest/4.3). The Google page that hosts the links hasn't been updated for this new version yet. – Splaktar Oct 15 '13 at 13:59
1

Here's how I was able to get the GWT Designer tools to work on Eclipse Juno:

  1. I already had GWT 2.5.0 installed, with GWT Designer. However, I couldn't see the designer anywhere
  2. At the same time, I did not have WindowBuilder installed on my Eclipse.
  3. So I first installed the WindowBuilder plugin from the main Eclipse plugin repo
  4. Then I uninstalled GWT Designer (all 3 packages or so that are included)
  5. Restarted Eclipse
  6. Re-installed GWT Designer
  7. Restarted Eclipse
  8. Went to File > New > WindowBuilder > GWT User Interface
  9. Got a dialog saying that I needed to install additional WindowBuilder toolkits. "Click finish to install this toolkit"
  10. 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

rodrigo-silveira
  • 12,607
  • 11
  • 69
  • 123