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
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