IntelliJ IDEA 2020.1 Help

Create OSGi Bundles run configuration

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.

Create an OSGi Bundles run configuration

  • From the main menu, select Run | Edit Configurations

  • In the Run/Debug Configurations dialog, click the Add button and select OSGi Bundles.

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

For more information, refer to Create OSGi Bundles run configuration.

Last modified: 15 April 2020