GWT Wizards are not showing in the eclipse Wizards menu

后端 未结 3 678
长情又很酷
长情又很酷 2021-01-14 07:43

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

相关标签:
3条回答
  • 2021-01-14 07:50

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

    0 讨论(0)
  • 2021-01-14 08:04

    Try this:

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

    0 讨论(0)
  • 2021-01-14 08:10

    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

    0 讨论(0)
提交回复
热议问题