Skip to content

Instantly share code, notes, and snippets.

@kevinmmartins
Last active March 4, 2019 17:52
Show Gist options
  • Save kevinmmartins/ad4d152a7b5938faed11f301b12bf3a6 to your computer and use it in GitHub Desktop.
Save kevinmmartins/ad4d152a7b5938faed11f301b12bf3a6 to your computer and use it in GitHub Desktop.
Servicemix - Convert jar into bundle

Convert a JAR to bundle

Run command

./bin/servicemix

Linux

osgi:install -s wrap:file:////"jar_location Ex: /lib/ojdbc6-13.jar"

Windows

osgi:install -s wrap:file:"jar location Ex: D:/lib/ojdbc6-13.jar"

Execute shutdown command, choose yes option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment