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?

有帮助吗?

解决方案 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.

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top