|
|
Hi,
You just have to go to the karaf console, install and start your bundle.
I don't know how you do with karaf, but with felix I'm using these commands:
osgi>install <path_to_bundle>/<bundle>.jar
osgi>lb //this shows lists all installed and started bundles
osgi>start <bundle number>
|