GWT Wizards are not showing in the eclipse Wizards menu

穿精又带淫゛_ 提交于 2019-12-30 10:51:00

问题


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


回答1:


Try this:

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




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




回答3:


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



来源:https://stackoverflow.com/questions/8832802/gwt-wizards-are-not-showing-in-the-eclipse-wizards-menu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!