[Tcl Java] Re: Package require java fails

2000-10-24 Thread Mo DeJong
On Wed, 25 Oct 2000, Sai Geetha M N wrote: > Hi > I am trying to use tclblend. When I start tclsh, and type "package require > java" it gives me an error message: "can't find package java" > What should I do to rectify this error. What environment variables should I > set for this? > Would appre

[Tcl Java] Package require java fails

2000-10-24 Thread Sai Geetha M N
Hi I am trying to use tclblend. When I start tclsh, and type "package require java" it gives me an error message: "can't find package java" What should I do to rectify this error. What environment variables should I set for this? Would appreciate if someone could help me on this. Thanks sai

[Tcl Java] Re: ajuba branch

2000-10-24 Thread Mo DeJong
On Tue, 24 Oct 2000, Dan Wickstrom wrote: > I've finished the changes that I need to make for making the notifier > thread safe, and I want to generate a patch against the ajuba contract > branch, so I checked it out from sourceforge and built it. When I run > make test, I get an assertion failu

[Tcl Java] ajuba branch

2000-10-24 Thread Dan Wickstrom
I've finished the changes that I need to make for making the notifier thread safe, and I want to generate a patch against the ajuba contract branch, so I checked it out from sourceforge and built it. When I run make test, I get an assertion failure. on tsdPtr-initalized. Is this branch supposed

[Tcl Java] TclObject problem

2000-10-24 Thread Jiang Wu
There seems to be a problem with how TclObject and Tcl_Obj are related. Regardless of what we do to fix the GC problem, using queue or using reference counting, this problem can lead to very undesirable behavior. See the stack overflow problem posted before. Tcl_Obj and TclObject should really

[Tcl Java] Re: possible memory.

2000-10-24 Thread Mo DeJong
On Tue, 24 Oct 2000, Jiang Wu wrote: > That may be true for your specific case. Though, it is not true in general. > One could also potentially delete the interpreter without removing the > thread. For example, one may be using a pool of Java threads to do some > work. One thread is retrieved,

[Tcl Java] Re: possible memory.

2000-10-24 Thread Jiang Wu
That may be true for your specific case. Though, it is not true in general. One could also potentially delete the interpreter without removing the thread. For example, one may be using a pool of Java threads to do some work. One thread is retrieved, creates a Tcl interp, do some work, delete th