leonwang1818

Results 1 comments of leonwang1818

the code "int exitValue = resultHandler.waitFor();" has a mistake. because with the api definition, the method of "waitFor()" have the "void" return type, maybe you want to invoke "getExitValue()" which...