IntelliJ IDEA 2018.2 Help

OSGi Bundles

The OSGi Bundles run configuration allows running bundles that don't have any dependencies on a specific OSGi framework implementation on any of the installed framework instances.

Currently there are limitations for this run configuration type:

  • Only the core framework bundle will be loaded.

  • Your bundles cannot depend on any other bundles of the framework.

To create an OSGi Bundles run configuration, perform the following general steps

  • Open the Run/Debug Configurations dialog box, click the Add button icons general add svg, and choose OSGi Bundles.

  • In the dialog box that opens choose a framework instance to run your bundles on and specify the bundle to start with.

Last modified: 20 November 2018

See Also