I am a new user of Jacl and would like to write an extension. Is there some documentation to explain how to define and add a package to the source ...
grayk@...
Jun 2, 2000 12:51 pm
824
On Fri, 2 Jun 2000 grayk@... wrote:
> I am a new user of Jacl and would like to write an extension. Is there some
> documentation to explain how to...
Mo DeJong
mdejong@...
Jun 2, 2000 9:00 pm
825
This is just a quick FYI on recent changes in the 1.3 developer version of Tcl/Java in the CVS. New build system! You can not build by running...
Mo DeJong
mdejong@...
Jun 4, 2000 4:37 am
826
[Sorry if this is duplicated. May have sent to the wrong place first. Or not.] I seem to be encountering a deadlock in finalization in TclBlend. I am running...
Dr Wes Munsil
munsil@...
Jun 4, 2000 6:37 pm
827
... Looks here like the heap is exhausted, so the VM tries to run finalizers immediately. That's a little unusual for async GC. Either there aren't enough...
Jeff Sturm
jsturm@...
Jun 5, 2000 1:16 am
828
Re heap exhaustion: either or both may be true, although the code is incorrect if it deadlocks under those conditions. While increasing the initial heap...
Dr Wes Munsil
munsil@...
Jun 5, 2000 4:37 am
829
Thank you. Would that be "The Mythical TclBlend Patch" of April 4? It's certainly worth a try. Does anyone have TclBlend 1.2.5 with this patch applied built...
Dr Wes Munsil
munsil@...
Jun 5, 2000 4:59 am
830
Yes. You can download the patch from: http://www-cs-students.stanford.edu/~jwu/tclblend.patch Note that the patch does NOT remove the JAVA_LOCK code in...
Jiang Wu
jwu@...
Jun 5, 2000 7:01 pm
831
All, I am trying to set some properties via the following line in my test script. However, it appears that it is being parsed incorrectly. I am I doing this...
Dennis Graham
dgraham@...
Jun 5, 2000 11:02 pm
832
... Are you setting this variable before calling "package require java"? If so, what are the value you get from the JVM? Also, you are running this with JDK...
Mo DeJong
mdejong@...
Jun 5, 2000 11:32 pm
833
I am setting this variable prior to calling "package require java". When I try to set the system variable, the following error message is sent to STDERR: class...
Dennis Graham
dgraham@...
Jun 6, 2000 1:18 pm
834
... Well, if you are getting that error, then it looks like the "-Djava.naming.provider.url=rmi://test_dr1" option is getting passed into the JVM. It looks...
Mo DeJong
mdejong@...
Jun 7, 2000 12:50 am
835
It is official now, you can grab the 1.2.6 release of Jacl and Tcl Blend from http://scriptics.com/java. The FAQ and download pages has been completely ...
Mo DeJong
mdejong@...
Jun 7, 2000 7:57 pm
836
Hi all, I am glad to hear that there is a new "history" command for Jacl. However, I am using TclBlend now. Do we have "history" command in TclBlend? Another...
Zhumei Wang
zhumei@...
Jun 8, 2000 8:38 pm
837
TclBlend uses whatever the C based Tcl has. There is a history command in Tcl. You should use a separate thread to run the Tcl interpreter. If you don't,...
Jiang Wu
jwu@...
Jun 8, 2000 9:17 pm
838
Jiang, Thanks for answering my question so quickly. I was thinking that TclBlend should have all the Tcl commands, too. But After I embedded a Tcl interpreter...
Zhumei Wang
zhumei@...
Jun 8, 2000 9:58 pm
839
... I think Tcl must not be initing itself correctly when embedded in your application. the history command for Tcl in written in .tcl code while commands like...
Mo DeJong
mdejong@...
Jun 9, 2000 4:45 am
840
I applied this patch and your other suggestion, and rebuilt, and now I cannot make it through the regression tests. tcljava/AutomaticSignature.test appears to ...
Dr Wes Munsil
munsil@...
Jun 13, 2000 3:22 pm
841
... Where is it getting stuck? Does it also get stuck in this same place if you load Tcl Blend into a running Tcl shell instead of loading both Tcl and Tcl...
Mo DeJong
mdejong@...
Jun 13, 2000 3:51 pm
842
I would love to give the answers to your good questions off the top of my head, but I don't know what "make test" does and I don't know what...
Dr Wes Munsil
munsil@...
Jun 13, 2000 4:35 pm
843
This is to announce the release of version 0.5 of SWANK(tm), a graphical user interface toolkit implemented entirely in JAVA(tm). SWANK(tm) provides the...
Johnson, Bruce
bruce_johnson@...
Jun 13, 2000 5:16 pm
844
... Both threads seem to be going into sysMonitorEnter() and getting stuck in there. What is odd about this is that the Interp is eval()ing code so there is no...
Mo DeJong
mdejong@...
Jun 13, 2000 5:16 pm
845
Thank you for your response. I am running "make test". (I don't know who loads whom, but I infer from your comments that that means I am loading a JVM into...
Dr Wes Munsil
munsil@...
Jun 13, 2000 5:23 pm
846
... It sounds like you are just running "regular" Tcl Blend, so it should not be locking up like this. What version of Tcl are you using? You should grab Tcl...
Mo DeJong
mdejong@...
Jun 13, 2000 5:37 pm
847
I am not sure about how well JDK 1.1.8 work with TclBlend. I have not tested TclBlend with JDK 1.1.8. Are you unable to upgrade to JDK 1.2? -- Jiang Wu ...
Jiang Wu
jwu@...
Jun 13, 2000 6:53 pm
848
I originally chose JDK 1.1.8 because of this statement at http://dev.scriptics.com/faq/java.html#Q2: "When Tcl Blend is compiled with JDK1.2, it fails a few...
Dr Wes Munsil
munsil@...
Jun 13, 2000 8:23 pm
849
I have spent some time, and have come up empty. I'm currently using Jacl to try to run batch files on an NT system. However, no matter what I do with that...
Levine Justin-p94702
Justin_Levine-p94702@...
Jun 13, 2000 8:24 pm
850
... When I started this project back in March, I could not get anything to work with JDK 1.1.8, Tcl 8.3, and TclBlend 1.2.5, so I used Tcl 8.2.3. I do not...
Dr Wes Munsil
munsil@...
Jun 13, 2000 8:27 pm
851
I repeated the test of the patch, with JDK 1.2 on Solaris. Same result... hanging in AutomaticSignature.test. ... The TclJava mailing list is sponsored by...
Dr Wes Munsil
munsil@...
Jun 13, 2000 8:39 pm
852
... Thats is odd, the only problem I know of is Tcl 8.2 and the whole vfork vs fork mess. Tcl 8.3 is the way to go if you ask me. That "warning" about JDK 1.2...