1

我在 Windows 7 Professional 64b 上,刚刚下载并安装了 Eclipse Juno 64b:

Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 2
Build id: 20130225-0426

我转到 Help -> Eclipse Marketplace 然后搜索Spring STS并选择STS for Eclipse Juno (3.8 + 4.2),此时我进入了一个未找到依赖项的致命循环,无论我取消选择多少包,它总是会抱怨(见下文)。

我还尝试为 Java 开发人员安装 Eclipse 而不是 Java EE。我也尝试过 32b 版本。最后,我还尝试从 Spring STS 更新站点 http://dist.springsource.com/release/TOOLS/update/e4.2/安装,但仍然没有运气。

谁能建议这个问题的解决方案是什么?也许我应该切换回靛蓝?

Cannot complete the install because one or more required items could not be found.
  Software being installed: Spring IDE Spring Data Support 3.2.0.201303060654-RELEASE     
(org.springframework.ide.eclipse.data.feature.feature.group 3.2.0.201303060654-RELEASE)
  Missing requirement: Spring IDE Live Beans Graph 3.2.0.201303060654-RELEASE     
(org.springframework.ide.eclipse.beans.ui.livegraph 3.2.0.201303060654-RELEASE) requires 'bundle org.eclipse.zest.core [1.0.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Spring IDE Spring Data Support 3.2.0.201303060654-RELEASE     
(org.springframework.ide.eclipse.data.feature.feature.group 3.2.0.201303060654-RELEASE)
To: org.springframework.ide.eclipse.feature.feature.group 0.0.0
Cannot satisfy dependency:
From: Spring IDE Core (required) 3.2.0.201303060654-RELEASE     (org.springframework.ide.eclipse.feature.feature.group 3.2.0.201303060654-RELEASE)
To: org.springframework.ide.eclipse.beans.ui.livegraph [3.2.0.201303060654-RELEASE]
4

1 回答 1

1

实际上完全避开 Eclipse 下载站点,直接从这里获取 Spring Tool Suite IDE:http ://www.springsource.org/downloads/sts-ggts 。我需要的一切都能顺利运行并且开箱即用:导入 Maven 项目并使用 AspectJ/Spring 运行应用程序。它还带有急需的插件,例如 EGit、m2e、AJDT,一切都运行良好。

我需要在 Spring/Valkyrie RCP 之上的一个新 GUI 项目中使用它。

于 2013-05-15T20:45:14.523 回答