从批处理文件更新 osgi 包

发布于 2024-12-20 03:57:55 字数 202 浏览 2 评论 0原文

(我使用 glassfish 3.1 和 felix osgi) 我需要编写一个批处理脚本来更新我的 OSGI 包之一。

最基本的想法是从 autodeploy 文件夹中移动捆绑 jar,并在几秒钟后返回它。有没有一种“更干净”的方法来做到这一点?我可以轻松地通过批处理文件在 felix telnet 中运行命令吗?

谢谢

(I use glassfish 3.1 with felix osgi)
I need to write a batch script that updates one of my OSGI bundles.

The most basic idea is to move bundle jar from autodeploy folder, and return it after a few seconds. Is there a "cleaner" way to do it? Can I easily run commands in felix telnet from a batch file?

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

小清晰的声音 2024-12-27 03:57:55

您还可以使用 BundleContext.installBundle 方法
http://www.osgi .org/javadoc/r4v43/org/osgi/framework/BundleContext.html#installBundle(java.lang.String, java.io.InputStream)

you can also use BundleContext.installBundle method
http://www.osgi.org/javadoc/r4v43/org/osgi/framework/BundleContext.html#installBundle(java.lang.String, java.io.InputStream)

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