Quantcast
Channel: 우분투 한국 커뮤니티
Viewing all articles
Browse latest Browse all 4577

Re: 리눅스 자바 "error=13 permission denied"오류

$
0
0
Author: thefeel777
Forum: 기타 질문/답변
Date: 2014-02-11

자답
String[] cmds= { "/bin/bash", "myscript.sh" };
가아닌
String[] cmds= { "/bin/bash/myscript.sh" };
로 바꿔주니 되는군요 뭔가 인자값이 잘못된듯합니다.

Viewing all articles
Browse latest Browse all 4577

Trending Articles