How to convert jar to OSGi bundle using eclipse and bndtools
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 but would be nice to know how to do the same via the IDE. I might be missing something but this tutorial only explains how to create a project from scratch. Follow the article Create Eclipse plugins (OSGi bundles) from standard jar to achieve this. Though this approach does not use Bnd, but you would be able to achieve what you want. In short you can do following: Create a new Plugin project by selection File-> New -> Project