| [news.eclipse.technology.equinox] Re: Use of Service Binder with Equinox |
Ban,
It would be helpful if you could show your MANIFEST.MF.
But as Chris said... don't use service binder, it's obsolete.
Regards Neil
Ban,
Importing the package org.eclipse.osgi does not "include" org.eclipse.osgi.framework because Java packages are not hierarchical (though they may appear to be). You must import both packages.
No I do not have any examples of using ServiceBinder in Equinox, it should just work in the same way as it does on Felix (Oscar). Your bundle will fail with the same error if you try running it in Felix.
Regards, Neil
Ban wrote:Hello,
Thank you Neil for your help
I have already imported org.eclipse.osgi (that include org.eclipse.osgi.framework) and also the package service binder.
have you a tutorials or examples using service binder in equinox.
Ban