正如Bluemix指南中所提到的,我尝试在我的Ubuntu机器上安装Java 7的eclipse(Mars)上安装Bluemix工具插件。
1)。通过Bluemix工具所在的eclipse市场,当安装快结束时,同样失败并出现以下错误:
Cannot complete the install because one or more required items could not be found.
Software currently installed: IBM Bluemix Tools 1.0.5.v20150801_1001
(com.ibm.cftools.feature.feature.group 1.0.5.v20150801_1001)
Missing requirement: Bluemix Tools 1.0.6.v20150801_1001
(com.ibm.cftools.branding 1.0.6.v20150801_1001)
requires 'bundle org.eclipse.jst.server.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Cloud Tools Branding UI Plugin 1.0.2.v20150801_1001
(com.ibm.cftools.branding.ui 1.0.2.v20150801_1001)
To: package com.ibm.cftools.branding.internal 0.0.0
Cannot satisfy dependency:
From: IBM Bluemix Tools 1.0.5.v20150801_1001
(com.ibm.cftools.feature.feature.group 1.0.5.v20150801_1001)
To: com.ibm.cftools.branding.ui [1.0.2.v20150801_1001]
我检查了这个异常,并在eclipse网页上找到了关于它的描述。但是,对于这个特殊问题,缺少补救措施。
2)。此外我试图通过WASdev安装相同的,但我最终得到以下错误:
No repository found at http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/cloud/V1.0
但是,可以从任何Web浏览器访问同一页面。此外,我检查了我的代理,他们没事。
如果有任何解决方案或我在这里做错了,请告诉我。感谢。
答案 0 :(得分:2)
您是否正在使用Eclipse for Java EE Developers版?该版本需要满足一些捆绑要求。
答案 1 :(得分:0)
一些指示:
希望这有帮助
答案 2 :(得分:0)
如上所述,您收到的错误消息(无法解析" org.eclipse.jst.server.core")是由于安装过程无法找到此软件包。此软件包由您安装的相同Eclipse市场条目或DHE更新站点提供(因此,从我们的市场或更新站点安装时,您不应该看到此错误)。我已经确认提供的更新站点URL是正确的,并且安装在我自己的Ubuntu安装上按预期工作。
其他一些建议,或者对于遇到同样问题的用户:
如果这没有帮助,请随时提供有关您当前安装的更多信息(版本详情,安装方法,任何其他详细信息),以帮助我们重现。