Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] Programmatically installed bundle can't be resolve.src

I can't resovle the problem, so I send you the code (attachment) and the error message:

----------------------------
print installed bundles...
2
Symb name = system.bundle
Symb name = com.mabo.foo
done
Error during starting...
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: missing required bundle org.eclipse.core.runtime_0.0.0 at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:296) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266)
  at com.mabo.foo.FooStarter.startBundles(FooStarter.java:36)
  at com.mabo.foo.FooStarter.start(FooStarter.java:28)
  at com.mabo.foo.FooStarter.main(FooStarter.java:66)

Attachment: com.mabo.foo.rar
Description: Binary data


Back to the top