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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1162 - 1191 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1162
... You need to include more info about what system you are running this on and provide the config.log file that gets generated. You might have some strange...
Mo DeJong
mdejong@...
Send Email
Sep 5, 2000
11:25 pm
1163
I have attempted to make TclBlend1.2.6 on Windows 2000 using Tcl8.3.2. I modified the make file according to the instructions, however, there are problems...
Dan Schenck
schenck@...
Send Email
Sep 6, 2000
1:19 pm
1164
... You need to have the source code for Tcl so that it can find tclInt.h. I assume you just downloaded the binary of Tcl and you are trying to build Tcl Blend...
Mo DeJong
mdejong@...
Send Email
Sep 6, 2000
5:25 pm
1165
Hi, I cannot instantiate objects over user defined classes but can instantiate them over standard java classes. I have checked all the CLASSPATHS. I have...
Gangan, Manasi
Manasi.Gangan@...
Send Email
Sep 6, 2000
9:14 pm
1166
... It sounds like you do not have the CLASSPATH set correctly. You can double check this by running "javap SampleClass" from the Tcl command line. If that...
Mo DeJong
mdejong@...
Send Email
Sep 6, 2000
9:16 pm
1167
Hi, In my template I make a call to a procedure. The procedure makes calls to a bunch of java classes and returns a hashtable. This hashtable is retrieved in a...
Gangan, Manasi
Manasi.Gangan@...
Send Email
Sep 8, 2000
8:08 pm
1168
On Thu, 31 Aug 2000, joseph freydlin wrote: Hi joseph. ... It looks like you are trying to create Tcl interps from Java (as opposed to loading Java into Tcl)....
Mo DeJong
mdejong@...
Send Email
Sep 10, 2000
9:05 pm
1169
On Wed, 30 Aug 2000, Johnson, Bruce wrote: > Version 0.6 of SWANK, a GUI toolkit written in Java and similar to Tk, is > now available. With this release...
Mo DeJong
mdejong@...
Send Email
Sep 10, 2000
9:44 pm
1170
The documentation on tcljava is pretty good but unfortunately I still can't see exactly how/if tcljava can help me. The question is probably a stupid one but...
Peter Geraghty
peter.geraghty@...
Send Email
Sep 11, 2000
12:25 pm
1171
On Mon, 11 Sep 2000, Peter Geraghty wrote: ... Peter, you are posting in HTML. This makes it very hard to read your email. Please repost in plain text if you...
Mo DeJong
mdejong@...
Send Email
Sep 11, 2000
3:40 pm
1172
Hi, I have a question on running JACL. I am integrating JACL to script my gui, and was testing it on windows platform, using a Unix type shell (MKS Toolkit). ...
Toga Hartadinata
hartat@...
Send Email
Sep 12, 2000
2:23 pm
1173
... Did this only happen when typing into the console? I have not tested Jacl on any console other than the regular cmd.exe type of dos console on windows. You...
Mo DeJong
mdejong@...
Send Email
Sep 12, 2000
7:07 pm
1174
... Submitted by: Oliver Springauf OperatingSystem: Windows NT Synopsis: Jacl clock command: integer overflow ReproducibleScript: % clock format [clock scan...
Mo DeJong
mdejong@...
Send Email
Sep 12, 2000
8:41 pm
1175
The documentation on tcljava is pretty good but unfortunately I still can't see exactly how/if tcljava can help me. The question is probably a stupid one but...
Peter Geraghty
peter.geraghty@...
Send Email
Sep 13, 2000
4:15 pm
1176
I have the following two class definitions: public class myclass { private int priv; public int f1; public int f2; public static int stat=5; public myclass ()...
Sandeep Tamhankar
sandeep@...
Send Email
Sep 14, 2000
5:20 pm
1177
... This is a known bug. You have a couple of options, there is a "quick fix" that you can use (see below). There is also a "less quick fix" that involves a...
Mo DeJong
mdejong@...
Send Email
Sep 14, 2000
8:09 pm
1178
Mo, Thanks for the feedback. I'll update the README with your reformatted version. These are the types of small things that are hard to catch, but very ...
Johnson, Bruce
bruce_johnson@...
Send Email
Sep 15, 2000
1:45 am
1179
It looks like due to something in HP's JDK 1.2.2. is using something with threads (not too surprising), loading tclblend on HP is hosed. Specifically, I get...
Scott Redman
redman@...
Send Email
Sep 18, 2000
9:08 pm
1180
In TclBlend 1.2.6, when a ReflectObject is created to represent a TclObject, the ReflectObject does not preserve() the TclObject. But the ReflectObject holds...
Jiang Wu
jwu@...
Send Email
Sep 22, 2000
6:22 pm
1181
xputil does not properly handle Windows environment variables. It interprets the "\" path separator and ";" that is to distinguish multiple paths in Windows...
Jiang Wu
jwu@...
Send Email
Sep 22, 2000
6:23 pm
1182
Hi, Is there a way to get tclblend to start the JVM with the -prof option, so I can see a breakdown of where my code is spending time? Ideally I'd really like...
Mike Schwartz
mschwartz@...
Send Email
Sep 26, 2000
7:55 pm
1183
Hello, ... In the docs/TclJava directory of the TclJava source tree I found a page called ... This should do the trick: Just set tclblend_init to -prof before...
Christian Krone
krischan@...
Send Email
Sep 27, 2000
8:28 am
1184
Hi, Somebody know if I can call a servlet from TCLBlend, do you know how?. This servlet calls an EJB. How do I track the user session from TCLBlend? Greetings ...
Edgar Imhotep Vergara...
edgar.vergara@...
Send Email
Sep 27, 2000
5:17 pm
1185
Hi, I have a problem when I run the tclBlend demo "watchpkg". I don't know how to pass the parameters to the command "swSet", "swStop", "swResume", and ...
Yinghu Na
nayinghui@...
Send Email
Sep 30, 2000
11:19 pm
1186
... The trick to that is the need to keep a Tcl variable with a live ref to the Java object around. If you do not, the Java GC system will clean up the Java ...
Mo DeJong
mdejong@...
Send Email
Oct 5, 2000
3:23 am
1187
I recently merged the code from the ajuba-contract branch with nsjava/aolserver and it seems to be work pretty well on linux. Operation on solaris machines on...
Dan Wickstrom
dcwickstrom@...
Send Email
Oct 6, 2000
5:07 am
1188
I had allocated time to work on this until the end of August. Due to various delays, the project was not finished in that time frame. I am no longer working...
Jiang Wu
jwu@...
Send Email
Oct 6, 2000
5:50 pm
1189
... Jiang> I had allocated time to work on this until the end of Jiang> August. Due to various delays, the project was not Jiang> finished in that time frame....
Daniel Wickstrom
danw@...
Send Email
Oct 6, 2000
6:43 pm
1190
... The contract with Ajuba was terminated prematurely and it will not be renewed. Any further work would be time donated by Jiang, myself, or anyone else who...
Mo DeJong
mdejong@...
Send Email
Oct 9, 2000
8:59 am
1191
When I use TclBlend to create and subsequently destroy Itcl objects I get a memory growth problem. If I do the same operation without TclBlend no growth ...
Hollister, Jim
Jim.Hollister@...
Send Email
Oct 9, 2000
12:41 pm
Messages 1162 - 1191 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