I'm wondering what I must do in order to create an array of java objects
under the Jacl interpreter.

I tried ...

set x [ java::new String[50] ]

thinking that I might get an array of 50 strings. But I don't get the
expected response. What is the proper way to make a valid Java array of 50
java.lang.String objects ? 




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