1

我刚刚下载了 eclipse 版本版本:3.7.0。现在我正在为这个 eclipse 安装 gwt 插件。插件链接是:gwt plugin (http://dl.google.com/eclipse/plugin/3.7) 现在安装时我检查了以下项目:

  1. 日食的谷歌插件
  2. 适用于 java sdk 1.6.6 的谷歌应用引擎
  3. 谷歌网络工具包 SDK 2.4

所有其他复选框均未选中。现在在安装时单击下一步,它会给我如下错误:Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.7 2.6.1.v201205091048-rel-r37 (com.google.gdt.eclipse.suite.e37.feature.feature.group 2.6.1.v201205091048-rel-r37) Missing requirement: Google Plugin for Eclipse 3.7 2.6.1.v201205091048-rel-r37 (com.google.gdt.eclipse.suite.e37.feature.feature.group 2.6.1.v201205091048-rel-r37) requires 'org.eclipse.wst.server.core 0.0.0' but it could not be found

我不明白是什么问题。请帮帮我。提前致谢。

4

2 回答 2

6

WST 是 Eclipse Google 插件的要求。要确保已安装此要求,请确保将 indigo 更新站点 (http://download.eclipse.org/releases/indigo) 添加到可用软件站点列表中。此外,在开始安装 GPE 之前,请确保选中“安装期间联系所有更新站点以查找所需软件”复选框。

这是已在 Google 群组中报告的老问题。

于 2012-06-04T11:47:25.960 回答
2

Contact all update sites during install to find required software应选中该选项。在这种情况下,所有丢失的依赖项都将自动安装

于 2012-09-21T11:23:23.553 回答