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
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
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]
-
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
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