[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 Blend and Java threads...

2000-07-26 Thread Jiang Wu
I have not tried 1.3. Is it running native-thread? TclBlend probably won't work with none native-thread implementation of JVM. Your experience that it works in one thread, but not in another seems to point how a Java thread is implemented. I am using 1.2.2, no-jit, native-thread. -- Jiang

[Tcl Java] RE: tcl Blend and Java threads...

2000-07-26 Thread Mike Schwartz
Here's what I get from running java -version: java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-beta) Java HotSpot(TM) Client VM (build 1.3-beta, mixed mode) This is Sun's latest release, near final, so if that's the problem I suggest letting Sun kn

[Tcl Java] RE: tcl Blend and Java threads...

2000-07-26 Thread Jiang Wu
It should work. What is the JVM environment you are using? Is it 1.2, native thread? -- Jiang Wu [EMAIL PROTECTED] > -Original Message- > From: Mike Schwartz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 9:52 PM > To: Jiang Wu; Mo DeJong > Cc: [EMAIL PROTECTED] > Subject

[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