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 problem is this: When the user types in a command and it is not
recognized, the interpreter will go search the user's classpath for this
command as CommandName.class and load it using TclClassLoader.
What is the proper way to do this?
---
Thomas McKay
Project Leader
Microcosm Technologies, Inc.
mailto:[EMAIL PROTECTED]
----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.