如何从代码启动和使用 Apache Felix?
我无法从代码中找到有关启动和使用 Apache Felix 的信息。
我想用 Apache Felix 的 Shell 做一些我能够(或不能;)) 做的事情。
例如,我如何启动一个模块?
请帮忙。
I can't find information about starting and using Apache Felix from code.
I want do things which I am able (or unable ;) ) to do with Apache Felix's Shell.
For example, how do I start a module?
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,经过大量尝试后,这里有一个可能的解决方案。
我们将有两个项目:
项目 OsgiModuleA
文件 module/a/Activator .java
文件 manifest.mf
项目 OsgiUsage
文件使用/Main.java
输出
So, after trying around a lot of time, here's a possible solution.
We will have two projects:
Project OsgiModuleA
File module/a/Activator.java
File manifest.mf
Project OsgiUsage
File usage/Main.java
Output