2008/6/26 Ali Sakebi <[EMAIL PROTECTED]>: > Hi > > I can't find ServiceTracker class, I don't know in which jar it is! > Can someone help me plz? >
officially, it's in the compendium jar - but some frameworks also include it in their framework bundle(s) for convenience are you using any particular framework - and do you need this during compiling or when deploying to the framework? for compilation I use the official jars (usually via the Maven repository - see http://repo1.maven.org/maven2/org/osgi) for deployment I use Pax-Runner, which provides profiles that include ServiceTracker, etc. for the major frameworks so I don't have to hunt around for bundles HTH Regards > Ali > _______________________________________________ > OSGi Developer Mail List > [email protected] > https://mail.osgi.org/mailman/listinfo/osgi-dev > -- Cheers, Stuart
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
