Search the web
Sign In
New User? Sign Up
tcljava
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 188 - 220 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
188
Hi, I have a java (JDK 1.2) application that uses multiple threads. The application runs really well Jacl (version 1.2.2). However, when I run the same...
Sandeep Malhotra
samalhot@...
Send Email
Apr 2, 1999
3:31 pm
189
Yes, the user.dir property does not change during the execution of a Java program. In fact, there is not way to do a "cd" in Java. Jacl simply keeps track of...
Moses DeJong
dejong@...
Send Email
Apr 5, 1999
3:38 am
190
... Alas, it is much more difficult to track down bugs in Tcl Blend when compared to Jacl but there are still ways. First off, you need to create a small...
Moses DeJong
dejong@...
Send Email
Apr 5, 1999
4:15 am
191
Well, what I did as a workaround was to set the system property "user.dir" in the interp. Then in my Java portions of the application that needed to access a...
Thomas McKay
mckay@...
Send Email
Apr 5, 1999
12:13 pm
192
Mo, I removed the "package require java" problem. The setup that I had going was special to me so that I wasn't messing around with others, as far as tclblend...
Michael Githens
githens@...
Send Email
Apr 5, 1999
5:37 pm
193
Hi all, I have instantiated a JFrame object and I did a "pack" and "setVisible" on it. The "pack" method call seems to be fine but when it get to the ...
Matthew Man Fai Wong
mattheww@...
Send Email
Apr 5, 1999
5:46 pm
194
I have a question. I am currently trying to use Tclblend 1.2.2 so that I can use Tcl 8.1a1. Doing this, I am incurring random crashing that seems to be...
Michael Githens
githens@...
Send Email
Apr 5, 1999
6:59 pm
195
... Yes and no. Tcl Blend and Jacl do have a lot of overlap. In many cases your program will work in Jacl and Tcl Blend. The Toolkit I created to access the...
Moses DeJong
dejong@...
Send Email
Apr 6, 1999
3:55 am
196
... Please post the code that is giving you thing error. Without sample code there is no way to know what you are up to. later mo ... The TclJava mailing list...
Moses DeJong
dejong@...
Send Email
Apr 6, 1999
4:12 am
197
... Multiple version of Tcl Blend do not "plat nice" with each other but you should not need to uninstall old version. All you should need to do is change the...
Moses DeJong
dejong@...
Send Email
Apr 6, 1999
10:31 pm
198
... Why not just wrap the interp's current directory in a Java API? That would be less of a hack. Then you Java code could just call a method like. File...
Moses DeJong
dejong@...
Send Email
Apr 6, 1999
10:33 pm
199
I fixed a number of problems with reading from stdin in Jacl and I was wondering if people are "really in need" of these fixes. The reason I ask is that it...
Moses DeJong
dejong@...
Send Email
Apr 7, 1999
5:18 pm
200
hi! I don't know how I have done, but the shell jacl 1.1.1 has raise this funny exception: (I have sourced a scipt just before which has evaluated severals...
philippe boyer
philoux@...
Send Email
Apr 7, 1999
9:35 pm
202
... now I know! this funny exception happens when you try to execute a proc like proc boom {} { boom } sorry :-) philippe-france ... The TclJava mailing list...
philippe boyer
philoux@...
Send Email
Apr 8, 1999
8:41 am
203
... When I run this code I do not get an exception. % proc boom {} { boom } % boom too many nested calls to eval (infinite loop?) Do you get something...
Moses DeJong
dejong@...
Send Email
Apr 13, 1999
12:54 am
204
Dear Colleagues, I have a problem with installing the Tcl Blend. There are Windows NT 4.0, JDK 1.2, Tcl 8.0.5 successfully running in my computer. I've...
Igor Belousov
ibelousov@...
Send Email
Apr 13, 1999
1:19 pm
205
... You need to set the CLASSPATH so that it includes tcljava.jar and jacl.jar. set CLASSPATH=%SOMEDIR%\tclblend.jar;%SOMEDIR%\tcljava.jar;. You could also try...
Moses DeJong
dejong@...
Send Email
Apr 13, 1999
8:32 pm
206
Hi, Does any one know if it is possible to load packages other than TCL in JACL. Specifically, can I load TK, ITK, ITCL, TKX packages into JACL? Thanks. ...
Sandeep Malhotra
samalhot@...
Send Email
Apr 13, 1999
8:52 pm
207
... You can load (almost) any package that is written in Tcl code. If you want to use a package that uses native code then you should be using Tcl Blend...
Moses DeJong
dejong@...
Send Email
Apr 13, 1999
8:56 pm
210
... I checked on this in the 1.1.1 version of Jacl and I just do not see how this exception could have been generated. } finally { parse.release(); //let go of...
Moses DeJong
dejong@...
Send Email
Apr 14, 1999
4:43 am
211
In case anyone was wondering I just tried to get Tcl Blend working under Tcl 8.1b3. There were some API changes so Tcl Blend does not compile out of the box....
Moses DeJong
dejong@...
Send Email
Apr 14, 1999
7:19 am
212
Dear Colleagues, I've downloaded Windows binary release of Jacl 1.1.1 from Scriptics (jacl111.zip), but when I unzipped it I revealed in INSTALL.txt ...
Igor Belousov
ibelousov@...
Send Email
Apr 14, 1999
3:25 pm
213
Yep, there should be a Jacl Windows installer. To use Jacl under Windows, place tclblend.jar and jacl.jar in your CLASSPATH Then do java tcl.lang.Shell I have...
Christopher Hylands
cxh@...
Send Email
Apr 14, 1999
3:32 pm
214
... Yeah, that is a bug in the 1.1 release. The new 1.2 release includes a readme in the windows directory that is actually for the windows version. Of course,...
Moses DeJong
dejong@...
Send Email
Apr 14, 1999
7:26 pm
215
... During the alpha versions functions like Tcl_ObjGetVar2 were replaced by Tcl_GetObjVar2 and later it was renamed to Tcl_GetVar2Ex. For example I had to put...
Moses DeJong
dejong@...
Send Email
Apr 14, 1999
7:42 pm
216
I mistyped, you should include tcljava.jar and jacl.jar, not tclblend.jar and jacl.jar. The echoed symbols problem is well known, someone posted a fix to it ...
Christopher Hylands
cxh@...
Send Email
Apr 14, 1999
11:35 pm
217
Hi! In my Jacl application, users may write Tcl scripts to manipulate database objects: prompt% set o [createRect 0 0 20 30] java0xcf However, if a script is...
Thomas McKay
mckay@...
Send Email
Apr 21, 1999
1:49 pm
218
... I am not sure if this is exactly what you are asking but there is a new feature/bug fix in Jacl 1.2.2 which lets you rename the java0x instance command to...
Moses DeJong
dejong@...
Send Email
Apr 21, 1999
2:22 pm
219
Yikes! I've been using v1.1a1 and am now trying to use 1.2.2: None of the "java::" commands are available. Do I need to do something with BlendExtension? ...
Thomas McKay
mckay@...
Send Email
Apr 21, 1999
6:15 pm
220
You need to do a "package require java" before running java::* commands inside Jacl. This changed from 1.1 but it makes Jacl work the same way as TclBlend so...
Moses DeJong
dejong@...
Send Email
Apr 21, 1999
6:36 pm
Messages 188 - 220 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help