将数据传递到 OSGI 包
我不知道此线程中的讨论仍然进行到什么程度相关,但我无法从 Felix BundleActivator
读取系统属性。
这对任何人都有效吗?或者有人可以帮我弄清楚发生了什么事吗?
I don't know how far the discussion in this thread is still relevant, but I'm not able to read system properties from a Felix BundleActivator
.
Is this working for anybody out there? Or can somebody help me figure out what is going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用
BundleContext.getProperty(String key)
Try to get system property with
BundleContext.getProperty(String key)