Hi all.

I have been working on Jacl and Tcl Blend this weekend
to add the long needed import feature. Here is a quick
example of the new java::import command.

java::import java.util.Hashtable
set h [java::new Hashtable]

Notice that you do not need to give the entire class name to java::new.
If anyone would like to try this new feature, you can download
the prerelease at http://www.cs.umn.edu/~dejong/tcl/tcljava/pre.
If you could take a quick look at the HTML docs for the
java::import command and send me any comments you have that
would really help too.

later
Mo DeJong
dejong at cs.umn.edu

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
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]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to