Start an osgi bundle failed with Require-Bundle: org.eclipse.core.runtime; bundle-version=“0.0.0”

前端 未结 1 1859
伪装坚强ぢ
伪装坚强ぢ 2020-12-22 05:07

I\'m trying to install and load an external bundle to a simple equinox application.

The targeted bundle is coming from a set of plugins for eclipse available here:

相关标签:
1条回答
  • 2020-12-22 05:30

    The bundle has a requirement to the runtime core as you have noticed. The install just installs the bundle, it does not mean it is valid. You can check the state of the bundle through diag command, i.e, osgi> diag 1

    It needs to be in state resolved to be runnable. I'd bet it is just in state installed for you. Check Dude, where's my bundle for more info on bundles and their states.

    0 讨论(0)
提交回复
热议问题