[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] problem on win98/95

1999-12-01 Thread Scott Redman
Removing an env var that is empty is a Windows platform issue, not the fault of Tcl. Scott Stanton fixed the pkgIndex.tcl to work properly, even with the empty env variable issue. -- Scott Moses DeJong wrote: On Tue, 30 Nov 1999, Scott Redman wrote: That should not be a problem. I put

[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] problem on win98/95

1999-12-01 Thread Vince Darley
t to label it as a bug... Vince. -Original Message- From: Scott Redman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 01, 1999 9:10 PM To: tcljava Subject: [Tcl Java] Re: [Tcl Java] Re: [Tcl Java] problem on win98/95 Removing an env var that is empty is a Windows platform issue, not

[Tcl Java] Re: [Tcl Java] problem on win98/95

1999-11-30 Thread Scott Redman
OK, we ran into this as well. The problem is that on Windows the CLASSPATH is actually Classpath, mixed case instead of uppercase. The pkgIndex.tcl file does not take this into account. We have already modified the pkgIndex.tcl file to fix this problem, which is available from CVS (just don't