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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 320 - 349 of 1276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
320
Hi all. I have been working on the next version of Jacl which adds namespaces. I have a prerelease that is in an "almost working" state and I wanted to let...
Moses DeJong
dejong@...
Send Email
Jul 6, 1999
6:17 pm
321
Hi, I had a question. Lets say I have a class MyThread which extends java.lang.thread And I have a class MyClass which has a public variable named "display"...
Suvarna Ayyagari
sayyagar@...
Send Email
Jul 7, 1999
12:43 am
322
... I think you need to do it like this. Say you have a Java class defined in a file Simple.java. public class Simple { public static Object obj; } You would...
Moses DeJong
dejong@...
Send Email
Jul 7, 1999
2:59 pm
323
Thank you for the response. This was exactly what I needed. For others, the actual file name is 'diffs.txt'. ...
lrb@...
Send Email
Jul 19, 1999
6:49 pm
324 puff@...
Send Email
Jul 19, 1999
11:09 pm
325
On Mon, 19 Jul 1999 puff@... wrote: Hi Steve. ... Sounds like the exact use Jacl was designed for. One thing you might want to think about is if your...
Moses DeJong
dejong@...
Send Email
Jul 20, 1999
6:21 am
326
Hello, I am new to the list and also a relative newby with Java and (especially) Corba. Has anyone successfully used TclBlend to access Corba objects? I have...
Dunne, Hugh
hdunne@...
Send Email
Jul 20, 1999
8:50 pm
327
... Please help us track down this crash. If you can provide an example of the code that works in 100% Java but breaks in Tcl Blend than it will be possible to...
Moses DeJong
dejong@...
Send Email
Jul 21, 1999
3:14 am
328
Oops... I figured out what was going wrong. I was using Java code generated by a propietary tool called Silk Pilot, and buried within it was a call to ...
Dunne, Hugh
hdunne@...
Send Email
Jul 21, 1999
3:08 pm
329
Hi All, I am trying to build Tclblend1.2.3. I got throught the compilation. I am using tcl8.0 and JDK 1.1.6 with native threads. I got a tclblend shell when I...
Suvarna Ayyagari
sayyagar@...
Send Email
Jul 23, 1999
4:15 pm
330
Are you running under Solaris? Also, what version of Tcl are you using? If you do not have Tcl 8.0.5 you should get the source for it and compile it with the...
Moses DeJong
dejong@...
Send Email
Jul 23, 1999
6:42 pm
331
I am running in Solaris5.5.1. I was using Tcl 8.0 when I got the error Then I used Tcl8.0.5 and recompiled Tclblend1.2.3 I am using JDK 1.1.6 with native...
Suvarna Ayyagari
sayyagar@...
Send Email
Jul 23, 1999
9:31 pm
332
Hello all. There is a new prerelease of the next version of Jacl up on my website at http://www.cs.umn.edu/~dejong/tcl/tcljava/pre. This new prerelease...
Moses DeJong
dejong@...
Send Email
Jul 24, 1999
4:05 am
333 puff@...
Send Email
Jul 26, 1999
2:54 pm
334
On Mon, 26 Jul 1999 puff@... wrote: Hi Steven. ... This sounds like a good way to use Jacl. ... I am not sure what you mean by a "Tcl data structure",...
Moses DeJong
dejong@...
Send Email
Jul 26, 1999
3:51 pm
335 puff@...
Send Email
Jul 26, 1999
7:35 pm
336
... There are examples included with the Jacl dist. Look in the demos subdirectory. The demos come with a README file that tries to explain what features the...
Moses DeJong
dejong@...
Send Email
Jul 26, 1999
8:56 pm
337
Hi All, I had a basic questions abt catching exceptions. I am running an application written in TCl. I am using Tclblend to integrate with another java...
Suvarna Ayyagari
sayyagar@...
Send Email
Jul 27, 1999
1:08 am
338
... You would generate an error in both cases. A Java exception is Tcl Blend should act just like a Tcl exception (Tcl calls these errors which are raised by...
Moses DeJong
dejong@...
Send Email
Jul 27, 1999
8:50 am
339
Hi, I was looking for documentation on java::try. I could not find it in the following web site http://www.scriptics.com/java/man/contents.htm Can someone...
Suvarna Ayyagari
sayyagar@...
Send Email
Jul 29, 1999
1:08 am
340
... The scriptics web page is based on the 1.1 stable version of Tcl/Java. It will not be updated to include 1.2 contents until the 1.2 development branch...
Moses DeJong
dejong@...
Send Email
Jul 29, 1999
8:02 am
341
I was trying to compile the example in the Dr. Dobbs article about TclBlend: import java.awt.event.*; public class TestActionListener implements ActionListener...
Dunne, Hugh
hdunne@...
Send Email
Jul 30, 1999
3:30 pm
342
The article you read must have been based on TclBlend 1.0. There were some changes made in the 1.1 release in the tcl.lang.ReflectObject class. The point of...
Moses DeJong
dejong@...
Send Email
Jul 30, 1999
7:03 pm
343
There is a new prerelease of Jacl ready for downloading at http://www.cs.umn.edu/~dejong/tcl/tcljava/pre. A precompiled binary and a source dist are provided....
Moses DeJong
dejong@...
Send Email
Aug 5, 1999
3:04 pm
344
Here are a couple of suggestions: I've need to make these two changes to the 1.2.2 and earlier: 1. add support to handle PATH_VOLUME_RELATIVE in FileUtil 2....
Erik A Pearson
epearson@...
Send Email
Aug 5, 1999
4:53 pm
345
... Not sure what you mean here. Could you provide more info or a patch and some example code? ... I added support for passing 64 bit numbers around to Java...
Moses DeJong
dejong@...
Send Email
Aug 5, 1999
5:06 pm
346
Hi, Just wondering if anyone's seen this error msg when loading libtclblend? I'm using HP-UX 11 (with native threads), Tcl 8.0.5, and JDK 1.1.7. monstro[765]...
Way Sun
wsun@...
Send Email
Aug 5, 1999
7:11 pm
347
... I think you might be the first person to try Tcl Blend on a HP-UX system. I know I do not have one to test on. ... I am not sure what this "thread local"...
Moses DeJong
dejong@...
Send Email
Aug 5, 1999
7:42 pm
348
... Sure, the code from fileUtil is below. I believe this was necessary for running under NT: static File getNewFileObj( Interp interp, //...
Erik A Pearson
epearson@...
Send Email
Aug 5, 1999
8:29 pm
349
... I looked over the src/jacl/tcl/lang/FileUtil.java and the method getNewFileObj. In the 1.0 release of Jacl it was defined like this. static File ...
Moses DeJong
dejong@...
Send Email
Aug 7, 1999
11:30 am
Messages 320 - 349 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