I try to run OSGi plug in in Eclipse. It is empty bundle, but eclipse always send me errors There are my console messages http://pastebin.com/dqQfpQhd What is wrong?
Procedure. Install the plug-in bundle into the Eclipse Equinox OSGi framework with the OSGi console. Start the Eclipse Equinox framework with the console enabled. Install the plug-in bundle in the Equinox console.
A start level is simply a non-negative integer value. The Framework has an ‚active start level' that is used to decide which bundles can be started. Bundles themselves have an associated ‚bundle start level' which is used to determine when a bundle is started.
In OSGi, a single component is called a bundle. Logically, a bundle is a piece of functionality that has an independent lifecycle – which means it can be started, stopped and removed independently. Technically, a bundle is just a jar file with a MANIFEST. MF file containing some OSGi-specific headers.
The problem is that the default target includes many bundles that have nothing to do with your bundle -- typing the command ss
when all the error messages have finished will list them.
Here's what you do:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With