尝试安装谷歌插件(GWT)时,在Eclipse(Ganymede)中发现"No Repository Found"错误

sea*_*boy 12 eclipse installation gwt

我正在尝试安装Google Web Toolkit for Eclipse(Ganymede),我收到以下错误.

An error occurred while collecting items to be installed
  No repository found containing: org.eclipse.emf.common/osgi.bundle/2.4.0.v200808251517
  No repository found containing: org.eclipse.emf.ecore/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.emf.ecore.change/osgi.bundle/2.4.0.v200808251517
  No repository found containing: org.eclipse.emf.ecore.edit/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.emf.ecore.xmi/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.emf.edit/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.wst.common.emf/osgi.bundle/1.1.202.v200809111955
  No repository found containing: org.eclipse.wst.common.emfworkbench.integration/osgi.bundle/1.1.201.v200808071700
  No repository found containing: org.eclipse.wst.common.frameworks/osgi.bundle/1.1.200.v200805140020
  No repository found containing: org.eclipse.wst.common.project.facet.core/osgi.bundle/1.3.3.v200809102124
  No repository found containing: org.eclipse.wst.sse.core/osgi.bundle/1.1.302.v200808260045
  No repository found containing: org.eclipse.wst.sse.ui/osgi.bundle/1.1.2.v200809120159
  No repository found containing: org.eclipse.wst.validation/osgi.bundle/1.2.2.v200809050219
  No repository found containing: org.eclipse.wst.xml.core/osgi.bundle/1.1.305.v200809120354
Run Code Online (Sandbox Code Playgroud)

这个错误意味着什么,以及如何安装插件.这是Eclipse和Vista 64bit的新安装.我使用" http://dl.google.com/eclipse/plugin/3.4 "作为google插件位置.

Jam*_*noy 24

我今天遇到了这个问题.我发现这个有用的链接有帮助.基本上确保所有源的URL以斜杠(/)结尾,如果缺少则添加它们.

我还浏览了所有网站并点击了每个网站上的"测试连接"按钮(我认为这就是所谓的),看看是否有什么问题,他们都返回了一个成功的结果.

在那之后,突然之前我能够安装失败的功能和插件,之前发现"No repository found"错误.


sea*_*boy 7

好,我知道了.

我安装了Eclipse Classic,它不喜欢它.从那时起,我已经卸载了经典和安装的"Eclipse Java EE"并且更新工作正常.


bur*_*vyg 6

在我的情况下,我有删除存档软件网站和更新程序说这个.检查Windows - >首选项 - >可用软件站点.在此列表中不应该删除存档网站.然后重启eclipse.

  • 这个答案没有多大意义,为了清楚起见,您可以对其进行编辑吗? (2认同)