I think that JohnR might have mentioned this to me once, but I just figured out/remembered that it is very easy to turn on Java method tracing from within Tcl...
Christopher Hylands
cxh@...
Feb 8, 1999 2:10 am
102
I have not heard of anyone evaluating using Swing to implement Tk. I think it would be easier to use Swing than to use AWT, but it would still be a fairly...
Christopher Hylands
cxh@...
Feb 16, 1999 3:03 am
103
Hi, Ironically I tried to send a message to the tcljava mailing list on Friday about just this subject. Apparently it didn't make it. Here it is again: I've...
Bruce and Molly
mcabaj@...
Feb 16, 1999 3:26 am
104
Wow, that sounds cool! I will check out your website as soon as I get a free moment. One thing that I was wondering, why do you generate .java code from inside...
Moses DeJong
dejong@...
Feb 16, 1999 3:41 am
105
sorry to bother everyone. Just a test message having a few problems. Chris -- Chris Avis (c.avis@...) _--_|\ RAMA Technologies Pty Ltd, 28...
Chris Avis
c.avis@...
Feb 17, 1999 12:19 am
106
I guess I could do almost everything with Tcl scripts using the "java" command to create Swing widgets and call their methods, but I felt the performance would...
Bruce and Molly
mcabaj@...
Feb 17, 1999 2:19 am
107
If you are looking for any testers I would love to try it out. Mo DeJong dejong@... gimme multimedia group ... The TclJava mailing list is sponsored by...
Moses DeJong
dejong@...
Feb 17, 1999 3:20 am
108
I figure it will take two or three more weeks to get it working well enough for testing, but then I'd love the feedback. Also, though I'm doing this at home...
Bruce and Molly
mcabaj@...
Feb 17, 1999 1:21 pm
109
Hello. I have been looking into a bug report about crashes in Tcl Blend and Jacl under JDK 1.2 from Sun. While this problem is not something I can fix (Sun...
Moses DeJong
dejong@...
Feb 21, 1999 1:42 am
110
I have installed Jacl on a Redhat 5.2 linux box and placed jacl.jar and tclblend.jar in my CLASSPATH. I get the following error when trying to run the TCL...
Chris Avis
c.avis@...
Feb 22, 1999 8:39 am
111
Hi Chris. I would double check that tcljava.jar is really on your CLASSPATH. Try running "javap -verify tcl.lang.ReflectObject". If tcljava.jar is on your...
Moses DeJong
dejong@...
Feb 23, 1999 12:29 am
112
thanks Tom, that was the problem. The INSTALL.txt files specifically says that there are two jar files that need to go in the CLASSPATH. I added the third jar...
Chris Avis
c.avis@...
Feb 23, 1999 10:58 am
113
Hi, I am working with TclBlend1.1a1 and JDK 1.2 and am trying to load the simpleextension class. Here is the log: bj@bronco> cd demos/simplepkg/ bj@bronco>...
Bellave Jayaram
bellave.jayaram@...
Feb 24, 1999 9:12 pm
114
... Please do not take this the wrong way, but did you compile the demos before you did this? The reason I ask is because the 1.1 demo docs are not that clear...
Moses DeJong
dejong@...
Feb 24, 1999 11:06 pm
115
Hi all. If you have been following the list you may know about the problems people were having with modal dialogs in Jacl and Tcl Blend. I created a workaround...
Moses DeJong
dejong@...
Mar 1, 1999 10:44 pm
116
I have been thinking of making the studio bean into a standalone package that does not get included with Tcl Blend and Jacl. Is anyone actually using the bean...
Moses DeJong
dejong@...
Mar 1, 1999 10:50 pm
117
I think we should remove it. I looked at the Tcl Bean for the Tcl Java Tutorial, and it seems sort of cool, but unless it has someone who is willing to...
Christopher Hylands
cxh@...
Mar 1, 1999 10:54 pm
118
I agree, get rid of it. Don't even bother extracting it and releasing it separately. The Tcl Bean was more of a political project then good wholesome ...
Bryan Surles
surles@...
Mar 2, 1999 1:26 am
119
It would be great if java_detachcall made it into the distribution, and it would be even better if some documentation were included, even if you're not really...
Philip Chu
philipchu@...
Mar 2, 1999 9:01 am
120
Hi all. If you would like to check out the new TclJava 1.2 info and download page you can go to this url. http://www.cs.umn.edu/~dejong/tcl/tcljava The...
Moses DeJong
dejong@...
Mar 10, 1999 2:24 am
121
Ahhh!! I have started getting the following error. I've tried search the web for causes but haven't found anything to indicate why it would "suddenly" stop...
Tom McKay
mckay@...
Mar 10, 1999 6:31 pm
122
Could you provide some more info about the JDK version you are using, the platform your are running on, and so on. I have seen problems like this when...
Moses DeJong
dejong@...
Mar 10, 1999 10:09 pm
123
Great news. If anyone wants to run Jacl on a JVM other than the one provided by Sun you now have a choice. The Kaffe JVM is an open source project that seeks...
Moses DeJong
dejong@...
Mar 11, 1999 2:14 am
124
Well after some more web searching, I started to investigate the nesting of throw/catch/finally and return statements. Ouch! Very painful. I can't pin down...
Thomas McKay
mckay@...
Mar 12, 1999 6:35 pm
125
Using jikes is a good way to check to see if it is a sun javac bug. If you are downloading jikes be sure that your get the most recent 0.47 version from...
Moses DeJong
dejong@...
Mar 12, 1999 9:28 pm
126
All, Here is a real problem I have encountered using TclBlend. I wanted to call a Java class that required a long as input (It was a license control class...
schenck
schenck@...
Mar 12, 1999 9:57 pm
127
When a java::* method returns a java variable, it only works when I do a "set" of that variable into a local tcl variable. If I just use the variable returned...
Sachin Thatte
sachin.thatte@...
Mar 12, 1999 10:00 pm
128
This is one of the implementation details that you just have to learn. The only reason you might want to do this is to quickly type in commands without using...
Moses DeJong
dejong@...
Mar 12, 1999 10:08 pm
129
Thanks for the insight. With my short experience with JACL, I feel the need to have a mode where java variables will be automatically "locked". No doubt, this...
Sachin Thatte
sachin.thatte@...
Mar 12, 1999 10:47 pm
130
On Thu, 11 Mar 1999, schenck wrote: Humm, this does look like a nasty problem. The reason for this is that Tcl does not have a "long" type. In Tcl your objects...