简体   繁体   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

I am trying to install Eclipse Thym plugin, but I'm getting the below error.我正在尝试安装 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]

I dug through multiple forums, but no where it is clear on how to resolve this issue.我挖掘了多个论坛,但没有明确说明如何解决此问题。 How to resolve this issue?如何解决这个问题?

My IDE is Eclipse Photon我的 IDE 是 Eclipse Photon

Regards问候

It looks like Eclipse Thym is not compatible with Eclipse Photon. Eclipse Thym 似乎与 Eclipse Photon 不兼容。

The key part of the error is错误的关键部分是

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

which says that the org.eclipse.jgit plugin is required and must have a version of at least 3.0.0 and less than 5.0.0.它说 org.eclipse.jgit 插件是必需的,并且必须具有至少 3.0.0 且低于5.0.0 的版本。 The version of this plugin in Eclipse Photon is 5.0.0 so it is not compatible.这个插件在 Eclipse Photon 中的版本是 5.0.0,所以不兼容。

So it looks like you would have to use an older version of Eclipse to run this.所以看起来你必须使用旧版本的 Eclipse 来运行它。

You could install it on more recent versions of Eclipse by using the snapshot software repository url, eq.您可以使用快照软件存储库 url 将其安装在更新版本的 Eclipse 上。 http://download.eclipse.org/thym/snapshots/

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

相关问题 eclipse eclemma - 未找到包含以下内容的存储库:osgi.bundle,org.eclipse.eclemma - eclipse eclemma - No repository found containing: osgi.bundle,org.eclipse.eclemma 安装osgi.bundle; Eclipse的org.objectweb.asm 7.0.0 - install osgi.bundle; org.objectweb.asm 7.0.0 for eclipse 在Eclipse Luna中安装新软件时,始终会出现错误:找不到包含以下内容的存储库:osgi.bundle,org.eclipse.net4j.jms.api? - Install new software in Eclipse Luna gives always the error No repository found containing: osgi.bundle,org.eclipse.net4j.jms.api? org.osgi.framework.BundleException:找不到bundle:org.eclipse.equinox.console - org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console 将OSGI捆绑包导入eclipse - Importing an OSGI bundle into eclipse 将m2eclipse插件安装到Indigo的问题:'bundle org.eclipse.zest.core 0.0.0'找不到 - Problems installing m2eclipse plugin to Indigo: 'bundle org.eclipse.zest.core 0.0.0' could not be found JGIT:致命:无法初始化类 org.eclipse.jgit.transport.Transport - JGIT: FATAL: Could not initialize class org.eclipse.jgit.transport.Transport 启动包org.eclipse.jetty.osgi.boot时出错(Eclipse中的OSGi Framework) - Error when starting bundle org.eclipse.jetty.osgi.boot (OSGi Framework in Eclipse) 在Eclipse中安装Thym时出错 - Error while installing Thym in Eclipse 将JAR嵌入Eclipse中的OSGi Bundle中 - Embedding JARs in an OSGi Bundle in Eclipse
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM