On 06/12/2007, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > 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.
Sun has an FAQ on this here: http://java.sun.com/products/jdk/faq/faq-sun-packages.html Regards > Felix > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

