Cannot complete the install because one or more required items could not be found.
Software being installed: XQuery Development Tools Feature 0.8.0.201107251305 (org.eclipse.wst.xquery.feature.feature.group 0.8.0.201107251305)
Missing requirement: XQDT Core Plug-in 0.8.0.201107251305 (org.eclipse.wst.xquery.core 0.8.0.201107251305) requires 'bundle org.eclipse.dltk.core [3.0.0,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: XQuery Development Tools Feature 0.8.0.201107251305 (org.eclipse.wst.xquery.feature.feature.group 0.8.0.201107251305)
To: org.eclipse.wst.xquery.core [0.8.0.201107251305]
答案 0 :(得分:9)
最新版本的XQDT需要动态语言工具包[3.0.0,4.0.0]。换句话说,DLTK版本必须> = 3.0.0且< 4.0.0。如果您正在使用Eclipse Juno,则需要从Indigo更新站点(http://download.eclipse.org/releases/indigo)下载DLTK,而不是Juno更新站点。 XQDT插件不喜欢Juno更新站点的DLTK的版本号是> 4.0.0。
答案 1 :(得分:3)
您好像缺少插件org.eclipse.dltk.core
。您应首先从Indigo更新站点安装DLTK,然后尝试安装XQDT。
或者,确保在安装管理器中选中“联系所有更新站点...”。
答案 2 :(得分:2)
安德鲁说,你需要DLST软件包。不幸的是,你需要3.0版或更高版本,DLST项目并不打算放在Eclipse更新网站上,尽管它在主页上被归类为“稳定”。
烦。
但应该可以手动安装软件包。我自己还没有管理它,但我需要。