[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Moving system properties to gnu.classpath.*
From: |
David Holmes |
Subject: |
RE: Moving system properties to gnu.classpath.* |
Date: |
Wed, 13 Oct 2004 17:11:44 +1000 |
Jeroen wrote:
> I don't see why java(.lang) should be a special package.
At least as of 1.4.2 defineClass(name, ...) is specified to throw
SecurityException if the class name starts with "java.". The deprecated
defineClass(byte[] ...) is not specified this way.
David Holmes
- RE: Moving system properties to gnu.classpath.*, (continued)