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