Make sure that you make the org.osgi.framework package available from the system package.
you can see whether that is the case by doing a: packages 0 in the shell. In case it is not in this list you need to add it to the Constants.FRAMEWORK_SYSTEMPACKAGES property. See for more: http://felix.apache.org/site/launching-and-embedding-apache-felix.html regards, Karl > Hi > > I am using 1.0.1 > and this happened in both the 'java -jar bin/felix.jar' and start > felix in embered application > Angelo metioned the last line break but if i write any thing else such as > > Import-Package: aaa.bbb.ccc > > the felix will tell me aaa.bbb.ccc can't be found. > > it is very interesting to have a bundle to install other bundles, I'll > try it out :) > > thanks a lot you for your help > > > Han Liu > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Karl Pauls [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

