Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] ServiceTracker

did you imported org.osgi.util.tracker package on your MANIFEST file? Something like:

Import-Package: ...., org.osgi.util.tracker;version="1.3.3"

otherwise package will not be "visible".

Best

Ernesto

 

On Thu, Nov 27, 2008 at 3:28 PM, Denis Peyrusaubes <denis.peyrusaubes@xxxxxxxxxxxxxxxxxxx> wrote:
Hi,

I'm trying to user The ServiceTracker from an OSGI bundle.

I'm using Eclipse to develop my bundle (plugin project), but the eclipse
editor says that the class org.osgi.util.tracker.ServiceTracker has
restricted access from eclipse_ganymede/plugins/org.eclipse.osgiXXXX.jar

How can I use this class ?

Thanks for your help,
D

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top