[Tcl Java] HOW TO: Debugging TclBlend 1.2.3 with JDK 1.2 and Tcl 8.0.5

1999-08-20 Thread gleichtm
I have finally managed to get TclBlend 1.2.3 to load into Tcl 8.0.5. It turned out that my version of the JDK runtime was somehow screwed up and wouldn't run the simplest of apps with nothing more than a System.out.println("Hello World!"); //Display the string. in it. Reinstalling the J

[Tcl Java] Re: How fast is Jacl?

1999-08-20 Thread Thomas McKay
I just ran a test of Jacl 1.1a1, 1.2.3, and 1.2.4 and they all had nearly identical results (+/- 0.1 seconds). (I'll be happy to test 1.1 if I can get a pre-built version.) My only guess is that a change I made between now and the last time I tested against 1.1 (which was the version I saw the s

[Tcl Java] Re: How fast is Jacl?

1999-08-20 Thread Christopher Hylands
BTW - I have a somewhat out of date page that contains performance statistics comparing Jacl Tcl Blend and Tcl http://ptolemy.eecs.berkeley.edu/~cxh/java/tclblend/scriptperf/index.html It would be interesting to see how the newer versions of Jacl compare on some of the same tests. -Christopher