OSGI 捆绑异常
请告诉我以下问题的解决方案。当我在 Eclipse Rcp 中运行插件项目时,我收到此类型错误。但是我将模拟器捆绑包添加到插件项目中。如何解决此问题。请指导我。
osgi> org.osgi.framework.BundleException:无法解析该包。原因:缺少约束:Require-Bundle:org.rifidi.emulator;捆绑版本=“3.0.0”
Plz tell the solution for the below problem.when i am running the plug-in project in Eclipse Rcp Iam getting this type error.But I added Emulator bundle to plug-in project..How to solve this problem.Please guide me.
osgi> org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: org.rifidi.emulator; bundle-version="3.0.0"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这意味着 org.rifidi.emulator 捆绑包(版本 >= 3.0.0)在您的系统中未激活。
This means the org.rifidi.emulator bundle (version >= 3.0.0) is not active in your system.
如果您说您添加了 org.rifidi.emulator 捆绑包,那么仍然出现错误的唯一原因是版本不是 3.0.0
If you say that you added the org.rifidi.emulator bundle the only reason for still having the error is that the version is not 3.0.0