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

2000-07-26 Thread Mo DeJong
On Wed, 26 Jul 2000, Marc Saegesser wrote: > 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 best thing you can do as a "new user" is to keep a detailed log of what problems you run into and what insights you have.

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

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

2000-07-25 Thread Mo DeJong
On Tue, 25 Jul 2000, Marc Saegesser wrote: > 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 mu

[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