John Keiser wrote:
>      Runtime and Class I can answer for.
>      Those two are part of the VM interface.  They are in
> vm/reference/java/lang.  You need to include vm/reference in the compilation
> classpath to make it work.  We can discuss moving them into the main tree,
> but I put them here to emphasize the fact that the *VM* will be giving us
> those classes (trust me, it's *much* easier that way for both of us), and

Don't we still have to have java.lang.Runtime and java.lang.Class?  How else
will references to those classes work?  They will just have to delegate to
the appropriate VM specific class.  Unless you are somehow planning on the
build process copying the appropriate VM specific classes into the java.lang
namespace or something.

-- 
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

Reply via email to