[Tcl Java] Can someone help me with the Tcljava demos?

2000-05-23 Thread Larry W. Virden
As I mentioned earlier, I did get the tcljava package built (even if it is built on a 'broken' Sparc solaris version - nothing I'm going to be able to do about that in the short term...) Now I want to try the demos. I did the make demos. Then I do this: $ make shell To run test: cd /vol/tclsrcso

[Tcl Java] Re: [Tcl Java] Can someone help me with the Tcljava demos?

2000-05-23 Thread Mo DeJong
On Tue, 23 May 2000, Larry W. Virden wrote: > Now I want to try the demos. > I did the make demos. Then I do this: ... > $ cd demos/gluepkg > $ source glue.tcl > Creating the AWT threads... ... > "/vol/tclsrcsol/tcl83/tcljava/unix/A_Jar_File.jar" is not a valid jar file > while evaluating {sourc

[Tcl Java] Re: [Tcl Java] Can someone help me with the Tcljava demos?

2000-05-23 Thread Larry W. Virden
From: Mo DeJong <[EMAIL PROTECTED]> >> "/vol/tclsrcsol/tcl83/tcljava/unix/A_Jar_File.jar" is not a valid jar file >> while evaluating {source glue.tcl} > >Strange, I have not seen this error before. Try opening another >.jar file and see if that works. I suggest tcljava.jar, I know >for a fact t

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Can someone help me with the Tcljava demos?

2000-05-23 Thread Mo DeJong
On Tue, 23 May 2000, Larry W. Virden wrote: > Unfortunately, I'm still Java-deficit so I am uncertain what you mean > when you say "Try opening another .jar file". Just open the tcljava.jar file that was created in the build directory. A Jar file is nothing more than a .zip file with a new exten

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] Can someone help me with the Tcljava demos?

2000-05-23 Thread Larry W. Virden
From: Mo DeJong <[EMAIL PROTECTED]> >On Tue, 23 May 2000, Larry W. Virden wrote: >> Unfortunately, I'm still Java-deficit so I am uncertain what you mean >> when you say "Try opening another .jar file". > >Just open the tcljava.jar file that was created in the build directory. >A Jar file is not

[Tcl Java] Tclblend and Expect.

2000-05-23 Thread Suvarna Ayyagari
Hi, I am currently using Tcl 8.0.5 and Tclblend 1.2.5. I plan to upgrade to the latest versions soon to see if the problems go away. But wanted to know if anyone has any thought on this. I just saw a discussion on thread safety of tclblend, expect and Tcl. Things worked before bringing in tclb

[Tcl Java] Jacl: patch for tcl/lang/Interp.java (evalResource)

2000-05-23 Thread Jeff Sturm
I just tracked down an annoying bug in Jacl... the classloader could not found a /tcl/lang/library/init.tcl resource, so the interpreter refused to start. The Interp had been trying to load resources from the system classloader, not the classloader which loaded tcl.lang.Interp: --- Interp.java.o