String command = aAutoDeleteEnginePath + " " +aTerminal + " " +aTimestamp; Process proc = Runtime.getRuntime().exec(command); int exitVal = proc.waitFor(); logger.info("Engine process exitVal: " + exitVal);
No comments:
Post a Comment