Hi, I found out why I got this error. In fact, I did a stupidity in the manifest.mf file. And I'm very sorry about it.
Thanks a alot. NT Le mardi 14 novembre 2006 à 18:41 +0100, Thanh NGUYEN a écrit : > Hi, > > I have written a little bundle in which I do some imports like that : > > import java.io.BufferedReader; > import java.io.InputStreamReader; > import java.io.IOException; > > import org.osgi.framework.BundleActivator; > import org.osgi.framework.BundleContext; > import org.osgi.framework.ServiceReference; > > ..... > > When I tried to install or start this bundle a got this issue : > > -> install file:bundle/dictionaryclient.jar > java.io.IOException: invalid header field > > I'm newbie to Felix and OSGi, so if anyone got this issue in the past or > has any idea... > > Thanks for your helps. > > NT