Eclipse Thym需要'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)”,但找不到

时间:2018-08-11 14:56:16

标签: java eclipse eclipse-plugin osgi osgi-bundle

我正在尝试安装Eclipse Thym插件,但是出现以下错误。

Cannot complete the install because one or more required items could not be found.
  Software being installed: Hybrid Mobile Application Development Tools 2.0.0.201604091831 (org.eclipse.thym.feature.feature.group 2.0.0.201604091831)
  Missing requirement: Hybrid Mobile App. Dev. Core 2.0.0.201604091831 (org.eclipse.thym.core 2.0.0.201604091831) requires 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: Hybrid Mobile Application Development Tools 2.0.0.201604091831 (org.eclipse.thym.feature.feature.group 2.0.0.201604091831)
    To: org.eclipse.equinox.p2.iu; org.eclipse.thym.core [2.0.0.201604091831,2.0.0.201604091831]

我浏览了多个论坛,但不清楚如何解决此问题。如何解决此问题?

我的IDE是Eclipse Photon

致谢

2 个答案:

答案 0 :(得分:2)

看来Eclipse Thym与Eclipse Photon不兼容。

错误的关键部分是

requires 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)'

表示org.eclipse.jgit插件是必需的,并且必须具有至少3.0.0和小于 5.0.0的版本。 Eclipse Photon中此插件的版本为5.0.0,因此不兼容。

因此,您似乎必须使用旧版本的Eclipse来运行它。

答案 1 :(得分:1)

您可以使用快照软件存储库URL eq将其安装在最新版本的Eclipse上。 http://download.eclipse.org/thym/snapshots/