The activator for bundle is invalid

后端 未结 14 2132
-上瘾入骨i
-上瘾入骨i 2020-12-30 04:31

I\'m trying to create a simple plugin in eclipse. When I run the application, I see this error in log file:

org.osgi.framework.BundleException : The a

相关标签:
14条回答
  • 2020-12-30 05:10

    I had the same error, in my case I created my own constructor with parameters. But I didn't provide a default constructor. So after removing my constructor and initialized all within the start() method, it worked like charme.

    0 讨论(0)
  • 2020-12-30 05:11

    If you have move the eclipse workspace to a new path, then you should use the project->clean before your plugin build, Or you would meet this problem.

    0 讨论(0)
提交回复
热议问题