GWT2.2.0和Ubinder设计器
我为 eclipse 安装了新的 GWT2.2.0 及其插件。但是当我想从 uibinder 中的 Xml Source 切换到 Design Tab 时,出现以下错误: ClassNotFoundException: com.google.gwt.dev.shell.designtime.HostedModeSupportImpl
将其包含在类路径中的 jar 文件在哪里?
I install the new GWT2.2.0 and its plugins for eclipse. But when I want to switch to Design Tab from Xml Source in uibinder, I get this error:
ClassNotFoundException: com.google.gwt.dev.shell.designtime.HostedModeSupportImpl
Where is the jar file to include it in the classpath?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要新的 JAR,请参阅以下链接
http://code .google.com/webtoolkit/tools/gwtdesigner/installation/updatesite_3.4.html
请注意警告:
警告:由于 Eclipse 3.4 中存在已知的 p2 错误,如果您之前使用安装程序或 zip 文件进行安装,则需要卸载并使用全新的 Eclipse 副本启动
希望这会有所帮助
No new JAR is needed , see the following link
http://code.google.com/webtoolkit/tools/gwtdesigner/installation/updatesite_3.4.html
Do give attention to the warning :
Warning: Due to a known p2 bug in Eclipse 3.4, if you previously installed using the installer or a zip file, you need to uninstall and start with a fresh copy of Eclipse
Hope this will help