Re: error with Runtime

2000-12-03 Thread Joi Ellis
On 3 Dec 2000, Reghunath P D wrote: > I have encountered a problem with Runtime; > > code:: > ** > > Runtime.getRuntime().exec("ls ") is not working > It gives a message: the reaped pid = > on linux On a unix host your commands are running without benefit of a shell. You must provide the

error with Runtime

2000-12-03 Thread Reghunath P D
I have encountered a problem with Runtime; code:: ** Runtime.getRuntime().exec("ls ") is not working It gives a message: the reaped pid = on linux and the same thing on windows9x and NT Runtime.getRuntime().exec("dir") is also not working It gives a message: create process error no= Plea