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
This can also happen if you name a bundle after a package in another bundle.
So:
Bundle A
org.my.package.name.function
bundle B