Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.78 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.78 KB

README

For Eclipse PDE (Plug-in Development Environment) - this might be helpful

Good knowledge

How to use bnd+gradle

Good examples here:

How to build jar

Gradle is configured with bnd gradle plugin in, simply run the jar command will do. It will generate META-INF/MANIFEST.MF by reading bnd.bnd.

Check Jar

jar xf build/libs/osgi-hello-idea-1-1.0-SNAPSHOT.jar META-INF/MANIFEST.MF

Gogo command:

start file:/<path-to-bundle.jar>
start 4
stop 4
update 4 # when the jar is re-build
image

Could be helpful: