Re: getruntime issue



Worked perfectly

Thanks!


Thomas Fritsch wrote:
bchihab@xxxxxxxxx wrote:
But when I try the same using a signed applet

command = "\\\\someMachineOnNetwork\\someFolder\\someFile.txt";
Change the line above to
command =
"cmd.exe /c \\\\someMachineOnNetwork\\someFolder\\someFile.txt";
Runtime rt = Runtime.getRuntime();
Process child = rt.exec(command);

I have an IOException

--
Thomas

.