RE: calling dos start

2001-05-22 Thread Rajkumar Seth
l Message----- From: Boris Garbuzov [mailto:[EMAIL PROTECTED]] Sent: 2001 May 18 06:38 To: [EMAIL PROTECTED] Subject: Re: calling dos start I also have this problem. And I had it before ant sometimes in stand-alone applications saying Runtime.getRuntime().exec("mydoscommand"); Try it in

Re: calling dos start

2001-05-17 Thread Nico Seessle
- Original Message - From: "Boris Garbuzov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 7:38 AM Subject: Re: calling dos start > I also have this problem. And I had it before ant sometimes in stand-alone > applications saying

Re: calling dos start

2001-05-17 Thread Boris Garbuzov
I also have this problem. And I had it before ant sometimes in stand-alone applications saying Runtime.getRuntime().exec("mydoscommand"); Try it in this simple mode first. But I would be curious to hear from specialists why java sometimes can not create runtime process. What it depends on? --

calling dos start

2001-05-17 Thread Ivan Novick
Hi all, I would like to write some code in an ant file to run the following command on dos start java ${serverclass} This was my attempt: The error message I get is: java.io.IOException: Create process: start "java HelloServer" error=2 Does any one know how to wr