문제

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