I have 2 plugins that work properly when I start them from the menu. I would however like to start the second plugin when I click on a button on the UI of the first plugin.
I have looked into getBundle().start() method as advised here: https://www.eclipse.org/forums/index.php/t/99869/ but it did not produce any result. The second bundle shows its bundle state as ACTIVE when printed on console, but its UI doesn't show on the screen.
Any help would be greatly appreciated!