在Eclipse Juno (4.2)中安装Google AppEngine插件出错。

9
当我尝试安装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更新URL,这是我能找到的最新版本。有人解决了这个问题吗?

提前致谢!

6个回答

12

仍然出现错误。无法完成安装,因为找不到一个或多个所需的项目。 正在安装的软件:Google Plugin for Eclipse 4.2 3.3.0.v201307162142-rel-r42(com.google.gdt.eclipse.suite.e42.feature.feature.group 3.3.0.v201307162142-rel-r42) 缺少要求:Google Plugin for Eclipse 4.2 3.3.0.v201307162142-rel-r42(com.google.gdt.eclipse.suite.e42.feature.feature.group 3.3.0.v201307162142-rel-r42)需要“org.eclipse.wst.css.core 0.0.0”,但找不到它。 - ved

3
对我来说,问题在于忘记以管理员身份启动eclipse。

2
原来,防病毒软件(原因不明)阻止了xml文件的读取。解决方案:在安装过程中暂停保护。

2

如果问题是我们还不支持4.2版本,那么答案就是要有耐心。Eclipse插件非常复杂,而4.2版本相对较新。


1
你能否给出4.2版本发布的预期时间?是否有可供测试的Beta版本? - eggyal
@DaveW.Smith - 4.2 仍然似乎存在问题 - 请参见我遇到的麻烦 - IAmYourFaja

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崩溃了几次)。

0

我在安装插件插件链接到eclipse 4.2.2时也遇到了类似的问题。

错误信息如下:

无法完成安装,因为缺少一个或多个必需项。 正在安装的软件:Google Plugin for Eclipse 4.2 - rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.1.v201303211244-rel-r42) 缺少的要求:Google Suite Plugin 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',但找不到该包 无法满足依赖关系: 来自:Google Plugin for 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]

我通过点击帮助 -> 检查更新解决了这个问题,之后安装了这个插件并且正常工作。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接