Hi, Am Donnerstag, den 08.11.2007, 15:12 +0200 schrieb Väisänen Teemu: > # org.osgi.framework.bootdelegation=sun.*,com.sun.* > > was commented out in Felix or SFelix configuration file, and because > of that required classes weren't found.. I wonder why.
Problem is, that the sun.* and com.sun.* are not part of the official Java API and may be missing on non-Sun VMs. Therefore, generally providing these packages is probably not a good idea. Nevertheless, in a specific use case and application as yours, you may of course need to provide them. Regards Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

