Guest User

Untitled

a guest
Mar 12th, 2018
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ProcessBuilder pb = new ProcessBuilder(this.command);
  2. Process process = pb.start();
  3. res = process.waitFor();
  4.  
  5. logger.debug(" ++++++the value of res is++++++++"+res);
Add Comment
Please, Sign In to add comment