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
also to leave them out of the main distribution. If we move things into the
main tree, we should just have the public API there and mark all the methods
native so that compilation happens but optimization never does.
Error, I think, was never included since it's just as easy to make as
an Exception and thus left for whoever does Exceptions.
--John Keiser
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Brian Jones
> Sent: Saturday, October 24, 1998 10:17 AM
> To: [EMAIL PROTECTED]
> Subject: missing classes (java.lang)
>
>
> I'm working on getting all those exception/error classes together and
> checked in. Unfortunately I just noticed that Error.java is missing
> from the repository. What happened to it? Does anyone have it or do
> I need to recreate it?
>
> Also noticed that Class.java and Runtime.java are in the Attic *only*,
> which means someone deleted those files from the repository and they
> have not been replaced.
>
> Whassup?!
> Brian
> --
> |-------------------------------|Software Engineer
> |Brian Jones |[EMAIL PROTECTED]
> |[EMAIL PROTECTED] |http://www.nortel.net
> |http://www.classpath.org/ |------------------------------
>
>