The activator for bundle is invalid

后端 未结 14 2260
-上瘾入骨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 also faced same issue while importing plugins from different workspace. Basically, it is the bundle classpath where the framework looks for while loading the classes. When you import to a different workspace, make sure you change the class path to point to appropriate location i.e. where the class file are present.

    After modifying the classpath try to clean and re-build and re-run. It should work..hopefully..

提交回复
热议问题