【问题标题】:Eclipse Thym requires 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)' but it could not be foundEclipse Thym 需要 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)' 但找不到
【发布时间】:2019-01-18 22:02:32
【问题描述】:

我正在尝试安装 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

问候

【问题讨论】:

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


    【解决方案1】:

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

    【讨论】:

      【解决方案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 来运行它。

      【讨论】:

      • 嗨@greg-449 实际上,我是日食世界的新手。我会尝试一个较低的版本,让你知道结果。感谢您的快速回复:)
      猜你喜欢
      • 2014-08-03
      • 2011-06-19
      • 1970-01-01
      • 2011-05-14
      • 2019-02-20
      • 2022-08-13
      • 2023-03-13
      • 1970-01-01
      相关资源
      最近更新 更多