[Tcl Java] Unidentified subject!

2000-08-21 Thread Boyapati, Srinivas (IndSys)
hi i am new to Jacl . can any one guide me to procede with jacl. i have down laded both jacl and tcl blen(source version). with regard sriivas The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe:send

[Tcl Java] Unidentified subject!

2000-08-08 Thread Scott Stanton
Jiang Wu said: > TclBlend does not follow the normal Tcl_Obj reference counting usage. In Tc > lBlend, a Java TclObject is used as the handle to the underlining Tcl_Obj: > >TclObject >CObject >Tcl_Obj > > Both Tcl_Obj and TclObject have reference c

[Tcl Java] Unidentified subject!

2000-08-08 Thread Jiang Wu
Currently, there is a plan to make the Java GC perform some cleanup on Tcl_Obj in TclBlend. Looking at the root cause for the GC trouble, I think there is a problem with how TclBlend uses Tcl_Obj reference counting. Here is my analysis. I think if we fix the reference counting, we don't need

[Tcl Java] Unidentified subject!

1999-08-24 Thread Ron Espiritu
Hello everybody! I am having problems w/ using the "package require" command. It seems that under jacl, I can't load libraries. A copy of a short session is pasted below. When I'm in java and I use the interp.pkgRequire command, I still receive an exception stating that it cannot find the libr