[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] problem with creating a thread

2000-06-15 Thread Zhumei Wang
Sorry, Mo. I didn't know that was a pure java question. I thought that was a question related to Tclblend. Thank you for your time anyway. zhumei The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe:send

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] problem with creating a thread

2000-06-15 Thread Mo DeJong
On Thu, 15 Jun 2000, Zhumei Wang wrote: > Thanks Mo. You are right. But actually I have "mInterp = interp" in my > program. When I sent you the mail somehow I deleted it. That means having > that in program, still have the same problem. Could you please help me to > find another problem? > > Tha

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] problem with creating a thread

2000-06-15 Thread Zhumei Wang
Thanks Mo. You are right. But actually I have "mInterp = interp" in my program. When I sent you the mail somehow I deleted it. That means having that in program, still have the same problem. Could you please help me to find another problem? Thanks, Zhumei On Thu, 15 Jun 2000, Mo DeJong wrote: >

[Tcl Java] Re: [Tcl Java] problem with creating a thread

2000-06-15 Thread Mo DeJong
> class MyTclEvent extends TclEvent { > > private Interp mInterp = null; > > public MyTclEvent (Interp interp) { > > } > > public int processEvent (int flags) { >try { > hello(mIterp); >