[Tcl Java] Tcl and Java interaction

2000-08-15 Thread Toga Hartadinata
I am wondering can the tcl shell used the return value of a java function call ? Here is some code example let's say i have a java class public class test{ public int run() { return 10; } } and then in tcl shell set t [java::new test] now can it do set result [$t

[Tcl Java] JACL on windows.

2000-09-12 Thread Toga Hartadinata
operation I requested. Is this machine dependable ??? I run the same program on Unix and it never stuck. Anyone ever encountered the same problem ? Or is my machine is just to slow ? Thanks. Toga Hartadinata The TclJava mailing