Re: getruntime issue
- From: Thomas Fritsch <i.dont.like.spam@xxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 12:32:07 GMT
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
.
- Follow-Ups:
- Re: getruntime issue
- From: bchihab
- Re: getruntime issue
- References:
- getruntime issue
- From: bchihab
- getruntime issue
- Prev by Date: Re: browser reload button and Applet
- Next by Date: Re: Web Services or Servlet?
- Previous by thread: getruntime issue
- Next by thread: Re: getruntime issue
- Index(es):