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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 286 - 315 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
286
Dear Tclers, I am working on creating a Tcl extension to James Clark's XT XSL processor, using TclBlend. This seems to boil down to being able to access the...
Steve Ball
Steve.Ball@...
Send Email
Jun 2, 1999
9:42 pm
287
... Nope, no chance. There is no "static" class because you should be able to have more than one interp in a process. You should be able to create a single...
Moses DeJong
dejong@...
Send Email
Jun 2, 1999
10:12 pm
288
Hi, We have a C++ application with lots of C++ GUI code. Some years ago we added some Tcl-TK - windows Now we added some Java-Swing windows using TclBlend. How...
Marcel Ruff
mr@...
Send Email
Jun 3, 1999
11:37 am
289
A few days back I had posted a question that I was getting a segementation fault using tclblend1.1.1. I am unable to send a reply to that message due to...
Suvarna Ayyagari
sayyagar@...
Send Email
Jun 3, 1999
3:59 pm
290
Hi All, In my last note, I did not mention the following I am running tclblend on solaris, using Tcl8.0 and JDK 1.1.6 The LD_Library_Path points to ...
Suvarna Ayyagari
sayyagar@...
Send Email
Jun 3, 1999
9:10 pm
291
... Are you using the jtclsh wrapper script that comes with Tcl Blend? I assume you downloaded the code and compiled it, if you downloaded the binary release,...
Moses DeJong
dejong@...
Send Email
Jun 3, 1999
9:39 pm
292
Hi Mo, Thanks for your help. The segmentation fault dissapeared when native_threads was used instead of green_threads. I shall compile tclblend1.2.3 in any ...
Suvarna Ayyagari
sayyagar@...
Send Email
Jun 3, 1999
11:48 pm
293
... As far as I know this bug has been fixed in Jacl 1.2.3 (for both files and stdin). I added some test cases to the regression suite so I am confident it...
Moses DeJong
dejong@...
Send Email
Jun 4, 1999
6:36 pm
294
It looks like Tcl Blend is returning a new value everytime I do a get() on a LinkedList. This is confusing because Java returns the same value that I passed...
Christopher Hylands
cxh@...
Send Email
Jun 4, 1999
8:09 pm
295
Has anyone gotten TclBlend working with Enterprise Java Beans? Are there any issues to it or does it just work? Ray ...
Ray Johnson
rjohnson@...
Send Email
Jun 9, 1999
2:08 am
296
Hi, Im using the Tcl interpreter in a C++ main modul. When i start the application and invoke the tcl interpreter with the package java and try to open a Java...
Marcel Ruff
mr@...
Send Email
Jun 10, 1999
6:52 pm
297
... What linux dist are you using? I have had some problems getting Tcl Blend working under Debian 2.1 but it seems to work just fine under RedHat 5.1. I do...
Moses DeJong
dejong@...
Send Email
Jun 10, 1999
7:12 pm
298
... I think you should submit this as a Bug in Tcl 8.0.5 to the www.scriptics.com "support" form. You should also click on the option of the bug form so that...
Moses DeJong
dejong@...
Send Email
Jun 10, 1999
9:05 pm
299
The TclBlend README conatins the following: To build Tcl Blend on Solaris the Native Threads Pack, and several patches, must be installed on top of the JDK....
Will Taylor
taylor@...
Send Email
Jun 10, 1999
11:47 pm
300
Sun has been sort of strange about the Native Threads pack. Sometimes it has not been on the their site for a few weeks. Matters are complicatd by the fact...
Christopher Hylands
cxh@...
Send Email
Jun 11, 1999
1:32 am
301
... Try this page. http://java.sun.com/products/jdk/1.1/solaris-product-comparison.html See the section tited "Threading Models and Solaris Versions Supported"...
Moses DeJong
dejong@...
Send Email
Jun 11, 1999
3:02 pm
302
I down loaded the reference distribution of JDK 1.2.1 (JDK 2.0) for my SunSparc running Solaris 5.5.1 with patches. It comes with native threads so I did not...
Will Taylor
taylor@...
Send Email
Jun 12, 1999
12:30 am
303
I'm having trouble with the 'package require java' command. It will execute just fine from the tclsh prompt but gets an error when run from within my C test...
mbryan@...
Send Email
Jun 14, 1999
6:37 pm
304
The first thing you should do is download and build the most recent 8.0.5 release. The 8.0.3 release had a crash causing bug in the Tcl core that seemed to be...
Moses DeJong
dejong@...
Send Email
Jun 14, 1999
6:57 pm
305
... It seems like the tclblend.jar file is not getting included on your CLASSPATH. The tcl/lang/Interp.class file should be inside the tclblend.jar archive....
Moses DeJong
dejong@...
Send Email
Jun 14, 1999
7:10 pm
306
I am evaluating a script file from within a Java program by creating a new Interp and invoking evalFile. The script may also invoke other script files using...
Stillwell, Chris
chris.stillwell@...
Send Email
Jun 15, 1999
9:07 pm
307
I'm unable to access then NT System Environment from a proc that has been previously sourced in. Example included. I am adding java functionality to an...
mbryan@...
Send Email
Jun 15, 1999
9:17 pm
308
Did you try the errorInfo variable? I seem to remember a patch provided by Harald Kirsch that fixed the exact problem you describe (using the evalFile() method...
Moses DeJong
dejong@...
Send Email
Jun 15, 1999
9:36 pm
309
... You need to bring the variable into the proc using the global command. This is basic Tcl stuff that any Tcl book or website could explain in more detail. ...
Moses DeJong
dejong@...
Send Email
Jun 15, 1999
9:59 pm
310
Mo, The guy is looking for binaries. Far as I can tell they aren't available for 1.2.3. Is that correct? Dan Schenck ... The TclJava mailing list is...
Dan R. Schenck
schenck@...
Send Email
Jun 21, 1999
6:25 pm
311
... Correct. There are just too many problem giving out a binary of this software because the binary needs to match the version of Tcl and the version of Java...
Moses DeJong
dejong@...
Send Email
Jun 21, 1999
10:00 pm
312
Hi all. If anyone would like to see what I have been working on for the last month you can check out a prerelease of Jacl 1.2.4 which includes namespaces. This...
Moses DeJong
dejong@...
Send Email
Jun 28, 1999
1:32 pm
313
From: Lou Bershad [mailto:lrb@...] Sent: Monday, June 28, 1999 9:40 AM To: tcljava@... Subject: What isn't implemented in JACL? So far I...
Lou Bershad
lrb@...
Send Email
Jun 28, 1999
1:50 pm
314
Andrew- I am not aware of any work being done, but maybe someone on the TclJava mailing list does. I've CC'ed this message onto them. -Bryan ... The TclJava...
Bryan Surles
surles@...
Send Email
Jun 28, 1999
4:47 pm
315
Hi, I am new to tcl/tk. Can someone introduce me the steps on how to use Tcl in Java? Especially the tcl application has GUI itself. How can I use tcl GUI...
Daniel Wu -GR
danielwu@...
Send Email
Jun 28, 1999
8:33 pm
Messages 286 - 315 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