I have this piece of code, which crashes TclBlend 1.2.6 using JDK 1.2. Can
someone else try this and let me know if you can reproduce this behavior?
package require java
set a [list a b c]
set interp [java::getinterp]
set a1 [$interp getVar a 0]
java::call tcl.lang.TclList append $interp $a1 $a1
On Mon, 23 Oct 2000, Jiang Wu wrote:
> I have this piece of code, which crashes TclBlend 1.2.6 using JDK 1.2. Can
> someone else try this and let me know if you can reproduce this behavior?
>
> package require java
> set a [list a b c]
> set interp [java::getinterp]
> set a1 [$interp getVar a 0