How to convert jar to OSGi bundle using eclipse and bndtools

前端 未结 3 986
陌清茗
陌清茗 2020-12-03 03:57

I am looking for a step by step guide to convert jar into an OSGi bundle using the eclipse bndtools plugin. I know it is possible to do it with bnd using the command line bu

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 04:37

    Additionally to the existing answers you might be interested in this blog post which explains how to create that OSGi bundle from a jar with "pure maven", i.e. without the need of a specific IDE and/or plugins. (To be precise, under the hood it is once more bnd with does the real work ;))

提交回复
热议问题