Eclipse版本是运行在Linux上的Helios SR2 64位。
我正在尝试安装Force.com IDE插件,并得到以下错误。我相信Salesforce使用的是脉冲引擎,我已经搜索过其他有此问题的人,但到目前为止我找到的唯一解决方案就是安装force.com ide捆绑版本的Eclipse.net。我宁愿不这么做。
错误:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.java,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.apache.log4j,1.2.15.v201005080500
No repository found containing: osgi.bundle,org.eclipse.wst.css.core,1.1.402.v201102031915
No repository found containing: osgi.bundle,org.eclipse.wst.css.ui,1.0.502.v201101122002
No repository found containing: osgi.bundle,org.eclipse.wst.html.core,1.1.404.v201101190004
No repository found containing: osgi.bundle,org.eclipse.wst.html.ui,1.0.504.v201101122108发布于 2011-08-15 00:33:13
我自己也没有经历过这种情况,但是根据一个与不同插件有相同错误的人的这条线,他的解决方案是
回答我自己的问题:不知道为什么会这样,但gwt不是问题所在。我所做的修复工作是编辑每个被检查站点的url,并在最后添加一个//。安装后运行良好。
我想值得一试。
https://stackoverflow.com/questions/7041898
复制相似问题