我正在尝试在eclipse中安装IBM Mobile First foundation插件。但我收到以下错误:
Cannot complete the install because one or more required items could not be found.
Software being installed: IBM MobileFirst Studio Plugins 8.0.0.v20180528_0848 (com.ibm.mfp.feature.feature.group 8.0.0.v20180528_0848)
Missing requirement: Web Tools Plugin 7.2.0.v20180528_0848 (com.ibm.etools.webtools 7.2.0.v20180528_0848) requires 'bundle org.eclipse.wst.jsdt.ui [1.1.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: IBM MobileFirst Studio Plugins 8.0.0.v20180528_0848 (com.ibm.mfp.feature.feature.group 8.0.0.v20180528_0848)
To: com.ibm.etools.webtools [7.2.0.v20180528_0848]我从哪里获得这种依赖关系?如果它是一个jar文件,我应该把它放在哪里,这样eclipse在安装mobile first plugin时就可以拾取它了。
Eclipse IDE是Neon ( Mobile first只支持Neon版本)。
我是eclipse的新手,如果这是一个基本的问题,我很抱歉。
问候
Aditya
发布于 2018-08-12 11:45:16
对于面临这个问题的人,这里有一个解决方案:
转到windows -> preferences -> install/update -> available software sites -> add http://download.eclipse.org/releases/mars (安装/更新可用软件站点并添加http://download.eclipse.org/releases/mars),并确保它是✅(选中)。
现在回到marketplace安装mobile first插件。应该能行得通。
谢谢@howlger :)
https://stackoverflow.com/questions/51801931
复制相似问题