Hi,
is there a way to access a static field from a Java inner class from
TCL?
The java::info hasnt got a possibility to inspect this (i believe), so
i dont know
if / how i can access an inner class.
Thanks for a hint,
Marcel
The
On Thu, 6 May 1999, Marcel Ruff wrote:
> Hi,
Could you provide a Java example of how you would do this?
later
mo
> is there a way to access a static field from a Java inner class from
> TCL?
>
> The java::info hasnt got a possibility to inspect this (i believe), so
> i dont know
> if / how i
I made a post about inner classes last week, see:
http://www.mail-archive.com/[email protected]/msg00129.html
which in part said:
> Someone in my group asked me about accessing static nested classes
> from Jacl. Below is a description and a solution.
>
> http://java.sun.com/