- Install the plug-in bundle in the Equinox console.
Equinox lists the bundle ID for the newly installed bundle:osgi> install file:///<path to bundle>
Bundle id is 17
- Enter the following line to start the bundle in the Equinox console, where <id> is the bundle ID assigned when the bundle was installed:
osgi> start <id>
- Retrieve the service status in the Equinox console to verify that the bundle started:
When the bundle starts, the bundle lists the ACTIVE state, for example:osgi> ss
17 ACTIVE com.mycompany.plugin.bundle_xx
No comments:
Post a Comment