[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] exec command

2000-06-13 Thread Thomas McKay
Sent: Tuesday, June 13, 2000 7:59 PM > To: Levine Justin-p94702 > Cc: '[EMAIL PROTECTED]' > Subject: [Tcl Java] Re: [Tcl Java] exec command > > > On Tue, 13 Jun 2000, Levine Justin-p94702 wrote: > > > Hello, > > > > I was using JDK 1.3, but it still w

[Tcl Java] Re: [Tcl Java] exec command

2000-06-13 Thread Mo DeJong
On Tue, 13 Jun 2000, Levine Justin-p94702 wrote: > Hello, > > I was using JDK 1.3, but it still wasn't working properly. I gave up and > just started using the Runtime class. > Thanks. I have never tested it under 1.3. The exec class has this huge hack in it to get around the fact that the exe

[Tcl Java] Re: [Tcl Java] exec command

2000-06-13 Thread Levine Justin-p94702
PROTECTED]' Subject: [Tcl Java] Re: [Tcl Java] exec command It depends on what JDK you are using. If you are having problems with a JDK 1.1 release from Sun, forget about it. JDK 1.2 seems to work better, but that is still not great. Have you tried the IBM JDK? That might work better than the Su

[Tcl Java] Re: [Tcl Java] exec command

2000-06-13 Thread Mo DeJong
On Tue, 13 Jun 2000, Levine Justin-p94702 wrote: > I have spent some time, and have come up empty. I'm currently using Jacl to > try to run batch files on an NT system. However, no matter what I do with > that exec command, it merely flips up a cmd.exe window for a moment, and > then disposes o

[Tcl Java] exec command

2000-06-13 Thread Levine Justin-p94702
I have spent some time, and have come up empty. I'm currently using Jacl to try to run batch files on an NT system. However, no matter what I do with that exec command, it merely flips up a cmd.exe window for a moment, and then disposes of it. I tried CALLing and STARTing, and all other sorts o