Laura <[EMAIL PROTECTED]> writes:
> try{
> String[] com_ps=
> {"/bin/sh", "-c", "/bin/chmod 755 esegue", "./esegue"};
> Process p = Runtime.getRuntime().exec(com_ps);
> }catch (IOException e0){
> System.err.println(e0);
> System.exit(0);
> }
> }
Runs fine with me: the permissions of the file esegue is indeed
changed to rwxr-xr-x, consistent with the command you specify in
com_ps.
> Does anybody know what kind of problem is?
I also want to know. What problem? I don't see any problem.
--
[If you post a response, no need to cc me; if you cc me, please say so.]
"Microsoft is now the bottleneck for all significant innovation in the
computer graphics industry." - Alan Akin
<http://www.vcnet.com/bms/features/3d.html>