osgi运行HelloWorld模板时报错:

org.osgi.framework.BundleException: Exception in org.eclipse.help.ui.internal.HelpUIPlugin.start() of bundle org.eclipse.help.ui.

等一系列错误
org.osgi.framework.BundleException: Exception in org.eclipse.help.ui.internal.HelpUIPlugin.start()
解决方法:
1.Run Configurations中红色打叉部分不勾选
org.osgi.framework.BundleException: Exception in org.eclipse.help.ui.internal.HelpUIPlugin.start()
2.只勾选下面四个插件
org.apache.felix.gogo.command

org.apache.felix.gogo.runtime

org.apache.felix.gogo.shell

org.equinox.console.console
org.osgi.framework.BundleException: Exception in org.eclipse.help.ui.internal.HelpUIPlugin.start()
然后点Run,结束!

相关文章:

  • 2021-11-29
  • 2021-09-09
  • 2021-10-14
  • 2021-11-08
  • 2021-09-11
  • 2021-10-10
  • 2021-11-12
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2021-05-17
相关资源
相似解决方案