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 < [EMAIL PROTECTED]> 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 > [email protected] > https://dev.eclipse.org/mailman/listinfo/equinox-dev >
_______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
