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
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
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
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
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
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
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