Eclipse GWT 无法在 GWT 类 上单击 "Next"
Eclipse GWT unable to click "Next" on GWT classes
我正在尝试 运行 我在 GWT 中使用 Eclipse 的“Hello world”。但是我无法创建模块。
我右键单击 src 文件夹中的我的包。然后单击其他,找到 GWT 类,然后选择模块。当我想点击下一步时,它没有移动到“下一步”。
下一个按钮适用于所有其他 gwt 类。
我的下载进度如下:
- 下载eclipse
- 从市场下载 gwt 插件
- 下载 2.9 SDK
创建项目进度:
新建 GWT 应用程序项目
写项目名称和包名称
单击以关闭生成示例代码
我创建了它,但出现以下错误:
The project description file (.project) for 'new project' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
我创建模块的尝试:
- 右键单击 src 中的包
- 点击其他
- 查找gwt 类
- 点击模块
- 点击下一步
- 没有任何反应。
我错过了什么?
我个人使用 Maven,没有处理 Eclipse 设置。有几个地方可以生成 ready-to-go GWT 项目:
-
-
-
按照页面上或项目内部的说明进行操作。
我正在尝试 运行 我在 GWT 中使用 Eclipse 的“Hello world”。但是我无法创建模块。
我右键单击 src 文件夹中的我的包。然后单击其他,找到 GWT 类,然后选择模块。当我想点击下一步时,它没有移动到“下一步”。
下一个按钮适用于所有其他 gwt 类。
我的下载进度如下:
- 下载eclipse
- 从市场下载 gwt 插件
- 下载 2.9 SDK
创建项目进度:
新建 GWT 应用程序项目
写项目名称和包名称
单击以关闭生成示例代码
我创建了它,但出现以下错误:
The project description file (.project) for 'new project' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
我创建模块的尝试:
- 右键单击 src 中的包
- 点击其他
- 查找gwt 类
- 点击模块
- 点击下一步
- 没有任何反应。
我错过了什么?
我个人使用 Maven,没有处理 Eclipse 设置。有几个地方可以生成 ready-to-go GWT 项目:
按照页面上或项目内部的说明进行操作。