Michael Koch wrote:
> The question is: Is it legal by 3rd party to use java.foobar as 
> package name ?

No, it isn't allowed, but it really doesn't matter. Untrusted code is
always loaded by a different class loader than the trusted code, so the
packages are different (even if they share the same name).

Regards,
Jeroen


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to