我正在尝试在我的Eclipse Helios中添加Angular js插件。我正在通过帮助选项卡下的新软件选项卡使用安装。
https://marketplace.eclipse.org/content/angularjs-eclipse/help中使用- http://oss.opensagres.fr/angularjs-eclipse/1.2.0/的URL。
尝试安装后,出现以下错误
Cannot complete the install because one or more required items could not be found.
Software being installed: Debugger Support for Nodeclipse 1.2.0.201606160856 (tern.eclipse.ide.debugger.nodeclipse 1.2.0.201606160856)
Missing requirement: Tern - Eclipse 0.6.0.201410042051 (tern.eclipse 0.6.0.201410042051) requires 'bundle org.eclipse.swt 3.7.0' but it could not be found
Missing requirement: Tern - Eclipse 1.1.0.201511082254 (tern.eclipse 1.1.0.201511082254) requires 'bundle org.eclipse.swt 3.7.0' but it could not be found
Missing requirement: Tern - Eclipse 1.2.0.201606160856 (tern.eclipse 1.2.0.201606160856) requires 'bundle org.eclipse.swt 3.7.0' but it could not be found
Cannot satisfy dependency:
From: Tern - Eclipse - Core IDE 0.6.0.201410042051 (tern.eclipse.ide.core 0.6.0.201410042051)
To: bundle tern.eclipse 0.2.0
Cannot satisfy dependency:
From: Tern - Eclipse - Core IDE 1.1.0.201511082254 (tern.eclipse.ide.core 1.1.0.201511082254)
To: bundle tern.eclipse 0.0.0
Cannot satisfy dependency:
From: Tern - Eclipse - Core IDE 1.2.0.201606160856 (tern.eclipse.ide.core 1.2.0.201606160856)
To: bundle tern.eclipse 0.0.0
Cannot satisfy dependency:
From: Debugger Support for Nodeclipse 1.2.0.201606160856 (tern.eclipse.ide.debugger.nodeclipse 1.2.0.201606160856)
To: bundle tern.eclipse.ide.core 0.0.0谢谢。
发布于 2016-11-09 18:00:41
Eclipse Helios (3.6)对于这个软件来说太旧了,你需要安装一些新的软件,比如当前版本的Eclipse Neon (4.6)。
在错误日志中,文本
requires 'bundle org.eclipse.swt 3.7.0'是说所需的SWT的最低版本是3.7.0,Eclipse Helios只有3.6版本,所以不兼容。
https://stackoverflow.com/questions/40504046
复制相似问题