Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » missing package for org.eclipse.equinox.registry
missing package for org.eclipse.equinox.registry [message #73000] Mon, 11 September 2006 12:58 Go to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

I`ve installed the bundle org.eclipse.equinox.registry_3.2.0.v20060601.jar.
But when I type
osgi> diag "bundleid"
then it shows that the package org.eclipse.core.runtime.jobs is missing.
I can`t find this package neither in the system bundle nor in
org.eclipse.osgi.services or org.eclipse.osgi.util.
I can start the registry bundle but I don`t know, whether it works properly.
Where is my mistake? Thanks for help!
Re: missing package for org.eclipse.equinox.registry [message #73271 is a reply to message #73000] Tue, 19 September 2006 12:44 Go to previous message
Eclipse UserFriend
Originally posted by: jeff_mcaffer.REMOVE.ca.ibm.com

Sabine Wagner wrote:
> I`ve installed the bundle org.eclipse.equinox.registry_3.2.0.v20060601.jar.
> But when I type
> osgi> diag "bundleid"
> then it shows that the package org.eclipse.core.runtime.jobs is missing.
> I can`t find this package neither in the system bundle nor in
> org.eclipse.osgi.services or org.eclipse.osgi.util.
> I can start the registry bundle but I don`t know, whether it works
> properly.
> Where is my mistake? Thanks for help!

Not sure where your mistake is but registry requires the job package but
that is optional.
org.eclipse.core.runtime.jobs;resolution:=optional
It should not cause you any problems (unless you are actually trying to
use the Jobs API of course). Anyway, try getting the Jobs bundle
(org.eclipse.core.jobs).

Jeff
Previous Topic:Configuration.area and multiple eclipse instances
Next Topic:Equinox and automated integration testing
Goto Forum:
  


Current Time: Thu Apr 25 22:57:21 GMT 2024

Powered by FUDForum. Page generated in 0.03001 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top