Eclipse 启动错误显示 org.osgi.framework.BundleException

Eclipse launch error shows org.osgi.framework.BundleException

我在开发生成器的过程中遇到以下错误。

我多次尝试刷新我的工作区,但都没有用。

org.osgi.framework.BundleException: Could not resolve module: org.artop.ecuc.gautosar.accessors.check [72]

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.mwe2.language [123]

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.sphinx.emf.check [151]

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.sphinx.emf.mwe.dynamic [152]

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.xtend.core [168]

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.xtext.common.types [173]

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.xtext.xbase.testing

这些消息对我来说意义不大,无法解决问题。

看来是版本问题。 有人可以帮忙吗?

我检查了所有的插件,我相信它们已经安装好了。 如果你的Eclipse环境没有安装这些插件,你应该检查安装。

就我而言,问题出在我的工作区。 我清除了所有数据并重新创建了它。

在新工作区完成构建后,我的应用程序运行良好。我认为由于 运行-time javaw (JRE) 异常,一些插件被破坏了,但这只是我的猜测。