0

I've made an eclipse plugin but for some reason it does not seem to work on some computer. By not work I mean that eclipse says that the plugin is installed but none of the menu contributions show up. Since the computer is not mine what would be the best way to figure out why does it not work? Is there any app that could give me a log of some kind?

Simar

Ramis
  • 329
  • 1
  • 4
  • 14

1 Answers1

0

Installed means the plugin has been found, but there are some dependencies unsolved that prevents it from launching. You want it to be resolved or active

Look at Dude, where's my bundle for more information on plugins and their different states. Install the Eclipse plugin development functionality to get plugin registry view, then you can diagnose your plugin. Or follow my advice here and use the osgi console to diagnose it. The error or workspace log could also give some information regarding why the plugin wont start.

Community
  • 1
  • 1
Fredrik
  • 10,626
  • 6
  • 45
  • 81