Re: getruntime issue
- From: bchihab@xxxxxxxxx
- Date: 30 Jun 2006 12:21:47 -0700
Worked perfectly
Thanks!
Thomas Fritsch wrote:
bchihab@xxxxxxxxx wrote:
But when I try the same using a signed appletChange the line above to
command = "\\\\someMachineOnNetwork\\someFolder\\someFile.txt";
command =
"cmd.exe /c \\\\someMachineOnNetwork\\someFolder\\someFile.txt";
Runtime rt = Runtime.getRuntime();
Process child = rt.exec(command);
I have an IOException
--
Thomas
.
- References:
- getruntime issue
- From: bchihab
- Re: getruntime issue
- From: Thomas Fritsch
- getruntime issue
- Prev by Date: Re: Encoding conversion from UTF to ISO-8859-7
- Next by Date: Re: how to prevent a jar executed only once in a machine
- Previous by thread: Re: getruntime issue
- Next by thread: Re: rsync and network file transfer speeds
- Index(es):