问题标签 [gwt-designer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - GWT 设计器不起作用
我在用着:
Eclipse Kepler 4.3 JDK 7 GWT 与 eclipse 4.3 兼容(通过市场下载) GWT 版本通过市场下载,默认情况下使用 GWT 2.6.0 在 eclipse 上,java 编译器版本为 1.7 这不是 maven 项目
当我尝试打开 GWT EntryPoint 类(即 UI)时,它会引发以下错误:
EntryPoint类(eclipse新建GWT项目时默认创建的):
当我尝试使用 GWT Designer 打开上述类时出现错误:
我已经检查了可能出现的问题:
如果使用 GWT Designer 遇到 NoSuchMethodError 或 NoClassDefFoundError 该怎么办?
https://developers.google.com/web-toolkit/tools/gwtdesigner/faq#NoSuchMethodError
我已经尝试过不同的虚拟机,1.8、1.6;
GWT Designer 是否仍然存在?是设计 UI 的更好选择吗?如何更正此错误并使 GWT Designer 正常工作?