[Tcl Java] New mailing list archive is online

1999-10-27 Thread Moses DeJong
Hi all. The archive for the tcljava mailing list is now located at http://www.mail-archive.com/[email protected] All the messages from the old list are also there. The old tclconsortium.org archive has been removed. Later Mo DeJong

[Tcl Java] loading classes dynamically as commands

1999-10-27 Thread Thomas McKay
Okay, I finally have some time to upgrade to v1.2.4 of Jacl. Since v1.0, I had been loading classes dynamically as commands by overriding the unknown proc and using a copy of TclClassLoader to load the appropriate class. I'm guessing that this was simply a workaround from long ago. The basic pr

[Tcl Java] more 1.2.4 questions

1999-10-27 Thread Thomas McKay
I believe there is a way now to associate a name with ReflectObjects although I've long since forgotten what it is. Anyone help? Second, does namespace work completely? Thanks! --- Thomas McKay Project Leader Microcosm Technologies, Inc. mailto:[EMAIL PROTECTED] -

[Tcl Java] Re: [Tcl Java] loading classes dynamically as commands

1999-10-27 Thread Moses DeJong
On Wed, 27 Oct 1999, Thomas McKay wrote: > Okay, I finally have some time to upgrade to v1.2.4 of Jacl. Since v1.0, I > had been loading classes dynamically as commands by overriding the unknown > proc and using a copy of TclClassLoader to load the appropriate class. > > I'm guessing that this

[Tcl Java] Re: [Tcl Java] more 1.2.4 questions

1999-10-27 Thread Moses DeJong
On Wed, 27 Oct 1999, Thomas McKay wrote: Well, you can rename reflect objects now (like java0x1) but it is a little tricky because you can not use the variable in a way that changes the InternalRep and then use it like a Java object again. This is actually the same as using a typed null reference