繁体   English   中英

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

[英]Eclipse Thym requires 'osgi.bundle; org.eclipse.jgit [3.0.0,5.0.0)' but it could not be found

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

问候

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 来运行它。

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM