: From: "John Keiser" <[EMAIL PROTECTED]>
: Date: Mon, 25 Jan 1999 14:47:01 -0700
:
: Jochen: Stuart suggested a nice way to get around the problem and allow the
: removal of the superfluous StackTrace and StackFrame classes in the short
: term. I didn't understand it at first, but the last message helped.
:
: The solution he came up with was to go out to a native method in java.util
: and then call getClassContext() from there. This gets around the pesky
: access checks.
:
: I like this idea and think it could work. What say you?
Yes, I will do it this way.
Jochen