OSGI 捆绑异常

发布于 2024-11-19 02:58:30 字数 203 浏览 1 评论 0原文

请告诉我以下问题的解决方案。当我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云裳 2024-11-26 02:58:30

这意味着 org.rifidi.emulator 捆绑包(版本 >= 3.0.0)在您的系统中未激活。

This means the org.rifidi.emulator bundle (version >= 3.0.0) is not active in your system.

失眠症患者 2024-11-26 02:58:30

如果您说您添加了 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文