Question

I wrote a plug-in in Eclipse and exported it. It works fine and is loaded when I start the Eclipse. Unfortunately when I add "org.eclipse.swtbot.eclipse.finder" to the dependecies and export it again, the plug-in I get is not loaded by Eclipse when I start it. I don't get any error during the export process. So what can be the problem and how can I solve it?

Was it helpful?

Solution 2

The problem was that not the same version of some plug-ins were in the Eclipse plugins folder which I added to dependecies of my plug-in.

OTHER TIPS

So the question then is why isn't the plugin loading; There are a couple of steps to see what happens. There are alot of answers that help with this. Look here, here and here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top