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
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.