[Tcl Java] Bugs in Jacl's clock command

1999-11-22 Thread Christian Krone
Hello, two weeks ago Hume Smith wrote in comp.lang.tcl a nice application of the clock command: > >I have a question of the clock's scan format. > >How is the 2nd Monday in November expressed in Tcl? > best i can do is > % foreach i {90 91 92 93 94 95 96 97 98 99} { > puts [clock format [clock s

[Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Suvarna Ayyagari
Hi, I have installed tclblend1.2.5. the installation went fine. I built it on Solaris 2.6 with JDK 1.1.8 with native threads and Tcl8.0.5. I used it from this area and I had no problems using it anytime. I now wanted to install it in our prod area. the installation went fine. But when I use

[Tcl Java] Re: [Tcl Java] Bugs in Jacl's clock command

1999-11-22 Thread Moses DeJong
On Mon, 22 Nov 1999, Christian Krone wrote: Thanks for taking the time to fix this one. I will be sure that your patch gets into the new 1.3 version. The cvs will be updated to 1.3 in about 2 weeks. > I tried this in Jacl, and I found two errors in one command! > First there was an overflow in t

[Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Moses DeJong
On Mon, 22 Nov 1999, Suvarna Ayyagari wrote: > > Hi, Humm, Solaris 2.6 is the 64 bit version of the OS right? I have yet to run Tcl Blend on a 64 bit OS. > I have installed tclblend1.2.5. the installation went fine. I built it on > Solaris 2.6 with JDK 1.1.8 with native threads and Tcl8.0.5.

[Tcl Java] possible double conversion problem

1999-11-22 Thread Vince Darley
I've been using tcljava to wrap a nice gui around some java simulation code. I extract a bunch of data from the code and display it. The problem is that, every now and again, the result of a simple call to a static method which returns a double: lappend productivity [java::call DataGather ge

[Tcl Java] RE : [Tcl Java] possible double conversion problem

1999-11-22 Thread Moses DeJong
On Mon, 22 Nov 1999, Vince Darley wrote: > I've been using tcljava to wrap a nice gui around some java simulation code. > I extract a bunch of data from the code and display it. The problem is > that, every now and again, the result of a simple call to a static method > which returns a double: >

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Scott Redman
Solaris 2.6 is not 64bit, that's Solaris 7 (only on UltraSPARC machines). I've been able to get TclBlend 1.2.5 to work on Solaris 2.5.1, 2.6, and 2.7 with JDK 1.1.8 and 1.2.2. There are several patches to install on Solaris 2.6 for JDK 1.2.2, but I don't think that's the case for 1.1.8, but you

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Suvarna Ayyagari
Thanks for your response. I thought I would give a little more information. I have installed Tclblend 1.2.5 in a directory with prefix and exec-prefix as /usr/test/tools I do not use the jtclsh shell which comes with tclblend. I bring up my own tclshell and do a package require java to load

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentationfault

1999-11-22 Thread Moses DeJong
On Mon, 22 Nov 1999, Suvarna Ayyagari wrote: That is fine. All you really need to do is set the LD_LIBRARY_PATH correctly to get TclBlend working under Solaris. Be sure that you include any shared libs that can not be found when doing a "ldd libtclblend.so" on the LD_LIBRARY_PATH. This includes t

[Tcl Java] [Tcl Java] tcljdbc package?

1999-11-22 Thread Robert Chou
hi All, Anyone know of, or is working on, a tcljdbc package similar to tclodbc? I'll interested because I'm working on a tcl server page (tsp) port, similar to JSPs, except that you script in tcl, but have access to java. Since it's still runs under a servlet engine, and exposes the engine's ob