[Tcl Java] Interrupting a Interp.eval()

2000-07-27 Thread Marc Saegesser
I'm embedding several Tcl interpreters inside a JVM. I'm currently using Jacl, but will probably switch to TclBlend at some point in the future. I'm trying to work out the best approach for cleanly shutting down these embedded interpreters. If everything is running normally, I can post a

[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] Multiple Tcl.lang.Interp in a single JVM

2000-07-26 Thread Marc Saegesser
Thanks. I'll use Jacl for now and switch to TclBlend when it's ready. If there is anything I can do to help, let me know. The current Tcl Blend code does not work with multiple Tcl threads. There is a plan in place to remedy this situation, but we will not be able to post the details until

[Tcl Java] Multiple Tcl.lang.Interp in a single JVM

2000-07-25 Thread Marc Saegesser
I just noticed in Jiang Wu's excellent "Embedding a Tcl Interpretter in Java" article (http://www-cs-students.stanford.edu/~jwu/Using_Tcl_in_Java.html) the following paragraph in the "Other Issues" section: TclBlend 1.2 does not support multiple Tcl interpreters in a Java program. Do not try to