getruntime issue
- From: bchihab@xxxxxxxxx
- Date: 29 Jun 2006 16:10:52 -0700
Hi,
Can someone tell me why when I do this :
start->run-> \\someMachineOnNetwork\someFolder\someFile.txt
it works perfectly
But when I try the same using a signed applet
command = "\\\\someMachineOnNetwork\\someFolder\\someFile.txt";
Runtime rt = Runtime.getRuntime();
Process child = rt.exec(command);
I have an IOException
Thanks
.
- Follow-Ups:
- Re: getruntime issue
- From: Thomas Fritsch
- Re: getruntime issue
- Prev by Date: Re: Big Huge OS Project!!! Need help!!
- Next by Date: Re: rsync and network file transfer speeds
- Previous by thread: Tomcat Newbie, need help with caching
- Next by thread: Re: getruntime issue
- Index(es):