[Tcl Java] RE: ReflectObject problems

2000-02-01 Thread Mo DeJong
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 very small example that can be run from a single directory with only a couple of source files. Typically trimming Tcl code out of your exam

[Tcl Java] Re: [Tcl Java] configuring cgiexe on the JavaWebServer and swappingJRE for Jacl

2000-02-01 Thread Mo DeJong
On Tue, 1 Feb 2000, Soren C. Sorensen wrote: This is not the right place to ask Java Web Server questions. > 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 /cgi-bin/? I > alrea

[Tcl Java] configuring cgiexe on the JavaWebServer and swapping JRE for Jacl

2000-02-01 Thread Soren C. Sorensen
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 /cgi-bin/? I already am able to execute them from the MS-DOS shell. I am also wondering about swapping out the JRE the webserver shippe

[Tcl Java] RE: [Tcl Java] java::field problem

2000-02-01 Thread Trella Christopher-P28453
That worked. Thanks, Chris -Original Message- From: Mo DeJong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 01, 2000 4:33 PM To: Trella Christopher-P28453 Cc: '[EMAIL PROTECTED]' Subject: Re: [Tcl Java] java::field problem This sounds like a documentation problem. The HTML docs do

[Tcl Java] Re: [Tcl Java] java::field problem

2000-02-01 Thread Mo DeJong
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 set a shadowed value like this: java::field $obj {FIELD BASECLASS} java::field $obj {FIELD BASECLASS} NEWVALUE I will have to add a sho

[Tcl Java] java::field problem

2000-02-01 Thread Trella Christopher-P28453
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 can't I look at fields that are inherited from the base class. Chris Trella 480-675-1347 [EMAIL PROTECTED] -