当我尝试为GAE安装eclipse插件时出现错误:
无法完成安装,因为找不到一个或多个必需的项目。 正在安装的软件:Google App Engine Java SDK 1.6.4 1.6.4.v201203300216r37(com.google.appengine.eclipse.sdkbundle.e37.feature.feature.group 1.6.4.v201203300216r37)
我正在使用http://dl.google.com/eclipse/plugin/3.7更新网址,这是我能找到的最新网址。有人解决了这个问题吗?
提前致谢!
答案 0 :(得分:12)
使用此:http://dl.google.com/eclipse/plugin/4.2作为更新网站
来源:http://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=71#makechanges
答案 1 :(得分:3)
对我来说,问题是忘记以管理员身份启动eclipse。
答案 2 :(得分:2)
如果问题是我们还不支持4.2,那么回答是要有耐心。 Eclipse插件是复杂的野兽,4.2是相当新的。
答案 3 :(得分:2)
请参阅此帖解释如何解决此问题: https://plus.google.com/110140945975184013033/posts/ePFpQZYhPQq
How to Install GWT Plugin for Eclipse on 3.8 or Juno:
1. Download zipped update site for 3.7
from http://code.google.com/eclipse/docs/install-from-zip.html
2. Unzip content.jar; rm content.jar
3. Edit content.xml; change
<required namespace='org.eclipse.equinox.p2.iu'
name='org.eclipse.platform.feature.group' range='[3.7.0,3.8.0)'/>
to
<required namespace='org.eclipse.equinox.p2.iu'
name='org.eclipse.platform.feature.group' range='3.7.0'/>
4. jar cMf content.jar content.xml (zip won't work)
5. Install from local update site
请注意,插件的某些功能可能无法正常工作(例如,在调试模式下运行时,我的Eclipse Juno崩溃了几次)。
答案 4 :(得分:2)
事实证明,防病毒(由于某种未知原因)阻止了xml文件的读取。解决方案:安装过程中的PAUSE PROTECTION。
答案 5 :(得分:0)
当我尝试在eclipse 4.2.2中安装插件link to plugin时,我也有这样的问题
错误:
无法完成安装,因为找不到一个或多个必需的项目。 正在安装的软件:适用于Eclipse 4.2 -rel-r42的Google插件(com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.1.v201303211244-rel-r42) 缺少要求:Google Suite插件3.2.1.v201303211244-rel-r42(com.google.gdt.eclipse.suite.ext 3.2.1.v201303211244-rel-r42)需要'bundle org.eclipse.mylyn.commons.ui 0.0 .0'但无法找到 无法满足依赖: 来自:Eclipse 4.2的谷歌插件3.2.1.v201303211244-rel-r42(com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.1.v201303211244-rel-r42) 收件人:com.google.gdt.eclipse.suite.ext [3.2.1.v201303211244-rel-r42]
我通过点击帮助 - &gt;修复了此问题。检查更新,之后我安装了这个插件并按预期工作。