我是初学者,我想在我的eclipse indigo中安装spring ide,我已经安装maven与eclipse集成了,通过eclipse市场安装spring ide我得到了依赖错误。就像这样
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Security Extension (optional) 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.security.feature.feature.group 3.1.0.201210040510-RELEASE)
Missing requirement: Spring IDE Live Beans Graph 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.beans.ui.livegraph 3.1.0.201210040510-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 Core (required) 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.feature.feature.group 3.1.0.201210040510-RELEASE)
To: org.springframework.ide.eclipse.beans.ui.livegraph [3.1.0.201210040510-RELEASE]
Cannot satisfy dependency:
From: Spring IDE Security Extension (optional) 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.security.feature.feature.group 3.1.0.201210040510-RELEASE)
To: org.springframework.ide.eclipse.feature.feature.group 0.0.0
请给我解决方案,或任何其他选择开始春天。谢谢你
答案 0 :(得分:4)
我在Ubuntu平台下将Spring插件安装到eclipse时也会遇到这个问题。在我通过Google搜索错误后,Spring forum中有一个解决此错误的解决方案。
正如他们所说,这个错误可能是由未安装GEF引起的,因为一些Spring功能与GEF有依赖关系,所以你可以通过Eclipse Update Manager安装GEF。请注意,在Ubuntu下安装Spring插件时出现权限错误,可能需要写入权限才能安装。
第一个答案,希望能给你一些帮助。感谢。