In eclipse, go to the console window. Select the OSGI console from the drop-down menu. Run the ss
or ss <name of your plugin>
command ss <name of your plugin>
Then you will see the status of your plugin and number. The state is likely to be “set”, which means if it was found, but some dependencies were not met.
Run the diag <number of your plugin>
command and you will see why it was not running.
See Wheres my bundle for more information.
Edit:. The first step to test the plugin is to launch a new eclipse instance with your plugin. The launch configuration dialog has a tab with all the plugins that need to be launched. Make sure your checkbox is selected and it starts with a new eclipse instance.
source share