If I have a class that inherits from a base class, I cannot use the java::field command to get access to fields that are inherited from the base class. Why...
Trella Christopher-P2...
Chris.Trella@...
Feb 1, 2000 7:51 pm
602
This sounds like a documentation problem. The HTML docs do indicate that this is possible but there is no example of how to do it. You should be able to get or...
Mo DeJong
mdejong@...
Feb 1, 2000 11:49 pm
603
That worked. Thanks, Chris ... From: Mo DeJong [mailto:mdejong@...] Sent: Tuesday, February 01, 2000 4:33 PM To: Trella Christopher-P28453 Cc:...
Trella Christopher-P2...
Chris.Trella@...
Feb 1, 2000 11:56 pm
604
I have two questions, both about using the Java Web Server (which I am running on Windows NT): How do you configure the cgiexe servlet to use .tcl scripts from...
Soren C. Sorensen
soren@...
Feb 2, 2000 12:25 am
605
On Tue, 1 Feb 2000, Soren C. Sorensen wrote: This is not the right place to ask Java Web Server questions. ... There is no JRE shipped with Jacl. Jacl is a...
Mo DeJong
mdejong@...
Feb 2, 2000 12:59 am
606
Humm, without knowing exactly what command it fails on or what object is puking out, it is going to be hard to track this down. We need to trim this down to a...
Mo DeJong
mdejong@...
Feb 2, 2000 1:14 am
607
I did search for bugs on the JDC related to identityHashCode() and saw only one that might have been applicable. It had to do w/ the JIT. I disabled this,...
Thomas McKay
mckay@...
Feb 2, 2000 2:06 pm
608
I am trying to integrate TclBlend into an embedded TCL environment in my application on Solaris 2.5.1 where TCL interpreters are being created and deleted...
georgewu@...
Feb 4, 2000 6:58 am
609
Hi I was building tclblend1.2.5 on Solaris 2.5.1 with jdk1.1.8 and tcl8.0 the make and make shell worked well. While running make test, here is the error I...
Suvarna Ayyagari
sayyagar@...
Feb 4, 2000 10:22 pm
610
i downloaded the latest tclblend1.2.5 for jdk1.2 ... unzipped it in c:\program Files\Tcl\... this is where i have tcl8.2 .... i then tried to load it ... in...
Subhrajyoti Moitra
subhra@...
Feb 5, 2000 2:14 pm
611
This is a bug in Tcl 8. If you upgrade to Tcl 8.0.5 it should fix the crash you are seeing. You can read about this and other known bugs in the...
Mo DeJong
mdejong@...
Feb 7, 2000 8:27 pm
612
You need to add the Java lib locations to your PATH. Tcl is trying to load tclblend.dll which needs java.dll. On JDK 1.2, java.dll also needs some other dlls...
Mo DeJong
mdejong@...
Feb 7, 2000 10:20 pm
613
There is a JDJ article that covers programming languages for the JVM. There is some discussion about the article at the JavaLobby. Although the article...
MattTorrealto@...
Feb 8, 2000 4:58 am
614
Hello, I'm trying to compile tclblend under Redhat Linux. I have Kaffe and Sun's jdk1.2.2 installed. CLASSPATH is set to nothing. Here's the error I get: ...
Mike Schneider
mike.schneider@...
Feb 8, 2000 7:14 pm
615
Try using the --with-jdk=... option to configure ... From: Mike Schneider [mailto:mike.schneider@...] Sent: Tuesday, February 08, 2000 10:57 AM To:...
Scott Redman
redman@...
Feb 8, 2000 7:54 pm
616
OK, fixed that one. (Actually figured it out myself ;) Now when I try to load the java package in tcl, I get the following (debug info turned on): % package...
Mike Schneider
mike.schneider@...
Feb 8, 2000 8:35 pm
617
There is a "classic" directory for JDK 1.2 that also needs to be in your LD_LIBRARY_PATH. -- Scott ... From: Mike Schneider [mailto:mike.schneider@...] ...
Scott Redman
redman@...
Feb 8, 2000 9:03 pm
618
I added that to no avail, as per below. tcl>package require java called loadtclblend "/usr/local/lib/tclblend" tclblend_shlib is libtclblend.so found...
Mike Schneider
mike.schneider@...
Feb 8, 2000 9:20 pm
619
Red Hat includes Kaffe as the default JVM. Your PATH is picking up Kaffe from /usr/bin/javac instead of the JDK. You need to use the --with-jdk=$SOMEPATH...
Mo DeJong
mdejong@...
Feb 9, 2000 12:00 am
620
When you executed the "make install" rule did it run the test case correctly? It should print something like "Installed program is working correctly". If that...
Mo DeJong
mdejong@...
Feb 9, 2000 12:02 am
621
Is it possible to create a safe interpreter in Jacl? I'd like to do something like: Interp safeInterp = new Interp(Interp.SAFE); I want to be able to execute...
Robert Seeger
rseeger1@...
Feb 9, 2000 10:41 am
622
Hello all! The project I've been using Jacl for, Catapult, has just been released! It is a MEMS-specific design tool. If you, or someone you know, is doing...
Thomas McKay
mckay@...
Feb 9, 2000 6:27 pm
623
Has anyone seen this error before? This is on AIX 4.2.1 with IBM JDK 1.1.8. -- Scott tcljava/ArrayObject.test java.lang.AbstractMethodError: init at...
Scott Redman
redman@...
Feb 10, 2000 3:53 am
624
I reported a problem earlier about tclBlend 1.2.5 on Solaris 2.5.1 running TCL 8.2.2 and Sun JDK 1.2.2 where TCL interpreters are being created and deleted...
georgewu@...
Feb 10, 2000 7:07 am
625
It might be a JIT bug. Try setting the env var JAVA_COMPILER to "" and run it again. I have never heard of anyone getting Tcl Blend running on AIX so it looks...
Mo DeJong
mdejong@...
Feb 10, 2000 8:18 pm
626
What happens if you set the env var JAVA_COMPILER to ""? If this is a Sun JIT bug that should work around the problem. I have never seen an error like this on...
Mo DeJong
mdejong@...
Feb 10, 2000 8:24 pm
627
Nope, that didn't do it. I've tried "" and "off". -- Scott ... From: Mo DeJong [mailto:mdejong@...] Sent: Thursday, February 10, 2000 11:51 AM To:...
Scott Redman
redman@...
Feb 10, 2000 9:00 pm
628
I've tried disabling the JIT and the crash still occurs. Here is the test script I use: set tclblend_init "-native -Djava.compiler=NONE" package require java ...
georgewu@...
Feb 11, 2000 8:08 am
629
We've been experiencing an intermittent error when trying to reference the second object in the global variable $errorCode. In the case of a java exception,...
David Birtwell
DavidB@...
Feb 16, 2000 7:31 pm
630
Hi, I am not positive that this is the answer, but I have experienced a similar thing. I was actually getting a tcl.lang.ReflectObject back and had to use ...