Eclipse Helios上的Angular JS插件安装将会安装错误

时间:2016-11-09 09:52:50

标签: java angularjs eclipse eclipse-plugin

我正在尝试在Eclipse Helios中添加Angular js插件。 我通过帮助标签下的新软件选项卡使用安装。

使用来自http://oss.opensagres.fr/angularjs-eclipse/1.2.0/https://marketplace.eclipse.org/content/angularjs-eclipse/help的网址。

尝试安装以下错误后

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

谢谢。

1 个答案:

答案 0 :(得分:0)

Eclipse Helios(3.6)对于这个软件来说太旧了,你需要安装更新的东西,比如当前版本的Eclipse Neon(4.6)。

在错误日志中显示文本

requires 'bundle org.eclipse.swt 3.7.0'

表示所需的SWT最低版本是3.7.0,Eclipse Helios只有版本3.6,因此不兼容。