Hi, Am Donnerstag, den 06.12.2007, 04:23 -0800 schrieb Elvy: > Why aren't sun and com.sun packages fully declared in the default > config.properties file? This would ensure presence in > org.osgi.framework.system.packages. > > Since those packages are part of the standard java rt.jar, one should expect > them to be treated just like, let's say, javax. > > Any particuliar reason...
Yes, sun and com.sun packages are not part of the offical Java API and having them by defulat would open doors for non-portable solutions. For this reason, it is better to require explicitly setting these properties/packages. Regards Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

