سؤال

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