There is a new prerelease of Jacl ready for downloading at http://www.cs.umn.edu/~dejong/tcl/tcljava/pre. A precompiled binary and a source dist are provided....
Moses DeJong
dejong@...
Aug 5, 1999 3:04 pm
344
Here are a couple of suggestions: I've need to make these two changes to the 1.2.2 and earlier: 1. add support to handle PATH_VOLUME_RELATIVE in FileUtil 2....
Erik A Pearson
epearson@...
Aug 5, 1999 4:53 pm
345
... Not sure what you mean here. Could you provide more info or a patch and some example code? ... I added support for passing 64 bit numbers around to Java...
Moses DeJong
dejong@...
Aug 5, 1999 5:06 pm
346
Hi, Just wondering if anyone's seen this error msg when loading libtclblend? I'm using HP-UX 11 (with native threads), Tcl 8.0.5, and JDK 1.1.7. monstro[765]...
Way Sun
wsun@...
Aug 5, 1999 7:11 pm
347
... I think you might be the first person to try Tcl Blend on a HP-UX system. I know I do not have one to test on. ... I am not sure what this "thread local"...
Moses DeJong
dejong@...
Aug 5, 1999 7:42 pm
348
... Sure, the code from fileUtil is below. I believe this was necessary for running under NT: static File getNewFileObj( Interp interp, //...
Erik A Pearson
epearson@...
Aug 5, 1999 8:29 pm
349
... I looked over the src/jacl/tcl/lang/FileUtil.java and the method getNewFileObj. In the 1.0 release of Jacl it was defined like this. static File ...
Moses DeJong
dejong@...
Aug 7, 1999 11:30 am
350
Hi Moses, The issue is (or was) that for systems which use a volume prefix to the root directory, like Windows, the PATH_VOLUME_RELATIVE needs to be handled...
Erik A Pearson
epearson@...
Aug 7, 1999 6:13 pm
351
Hi all. I have been working on Jacl and Tcl Blend this weekend to add the long needed import feature. Here is a quick example of the new java::import command. ...
Moses DeJong
dejong@...
Aug 9, 1999 4:00 pm
352
puff@...
Aug 10, 1999 8:07 am
353
... Humm, this sounds like something that Jacl would be good at. ... You would use the tcl.lang.ReflectObject class to "reflect" the Java objects in the...
Moses DeJong
dejong@...
Aug 10, 1999 5:18 pm
354
Has anybody successfully installed Java Blend on IRIX 6.5 and JDK 1.2? I managed to brutually hack up the configure file and got the code to compile but I get...
rob ratcliff
robert.r.ratcliff@...
Aug 11, 1999 12:32 am
355
On Tue, 10 Aug 1999, rob ratcliff wrote: I was able to compile and run Tcl Blend on an IRIX 6.2 box. I was using the egcs compiler with the 32 bit libs (gcc...
Moses DeJong
dejong@...
Aug 11, 1999 5:03 am
356
Hi, For using Tclblend1.2.3, can I use JRE1.1.7_08 with native threads and tcl 8.0.5 on Solaris? Thanks Suvarna ...
Suvarna Ayyagari
sayyagar@...
Aug 11, 1999 3:49 pm
357
... Correct me if I am wrong here, but I do not think the JRE comes with the developer tools like javac, javah, jar, and so on. These are required by the Tcl...
Moses DeJong
dejong@...
Aug 11, 1999 6:20 pm
358
... I'll try egcs. I was using the SGI 7.2.1 compilers. Were you using the "new 32",n32, or the old 32 bit libraries? ... It compiled fine, its just the load...
rob ratcliff
robert.r.ratcliff@...
Aug 12, 1999 2:02 am
359
... I was using "new 32". Old 32 does not seem to work at all. I think I even got it to compile using 64 bit mode, and the 64 bit Java libs, but I can not...
Moses DeJong
dejong@...
Aug 12, 1999 2:16 am
360
Hi, I want to create a byte array using tclblend.The array may contain values from 00 to FF in Java I would do it as follows, byte b[] = { (byte) 0xFF ,(byte)...
Suvarna Ayyagari
sayyagar@...
Aug 12, 1999 3:58 pm
361
... This is an interesting issue. What is really going on here is that Java byte type is signed, so it the max and min values for a byte type in Java are -128...
Moses DeJong
dejong@...
Aug 13, 1999 12:37 am
362
Hi all. After some more hacking this weekend I have placed a new prerelease of Jacl up at http://www.cs.umn.edu/~dejong/tcl/tcljava/pre. This version finally...
Moses DeJong
dejong@...
Aug 16, 1999 7:43 pm
363
Some users reported that Jacl had slowed down when moving from the 1.1 to 1.2 version. I ran some tests on a Linux box without a JIT and I was not able to...
Moses DeJong
dejong@...
Aug 17, 1999 8:38 pm
364
I noticed a problem when switch from 1.1a1 to the next version (which was...?) in that source'ing files was orders of magnitude slower. Now, I didn't take the...
Thomas McKay
mckay@...
Aug 17, 1999 9:19 pm
365
I have succeeded in getting both Tcl 8.0.5 and TclBlend 1.2.3 built with debugging info. Unfortunately, I still get a crash as soon as the tclblend.dll is...
gleichtm@...
Aug 19, 1999 9:41 pm
366
... I think I got this warning from VC++ 6.0 too, it did not seem to break anything. ... Perhaps the problem is that you did not tell the ide where to find the...
Moses DeJong
dejong@...
Aug 19, 1999 9:53 pm
367
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 ...
gleichtm@...
Aug 20, 1999 6:05 pm
368
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...
Thomas McKay
mckay@...
Aug 21, 1999 1:32 am
369
BTW - I have a somewhat out of date page that contains performance statistics comparing Jacl Tcl Blend and Tcl ...
Christopher Hylands
cxh@...
Aug 21, 1999 2:17 am
370
On Fri, 20 Aug 1999, Thomas McKay wrote: You should be able to get the 1.1.1 version of Jacl by downloading the cvs tree and running this command "cvs checkout...
Moses DeJong
dejong@...
Aug 21, 1999 11:04 pm
371
Mo, when I was looking at the Makefile.in and configure.in, I noticed that the Java compiler flags are hard-coded to "-g" for Unix (on Windows, it switches...
Scott Redman
redman@...
Aug 23, 1999 4:38 pm
372
On Mon, 23 Aug 1999, Scott Redman wrote: I do not think so. Thomas reported that Jacl scripts were getting 3-4 times slower with the 1.2 tree. A little debug ...