SliderException {
assert process == null;
this.commands = commands;
this.commandLine = SliderUtils.join(commands, " ", false);
this.environment = environment;
process = new RunLongLivedApp(log, commands);
process.setApplicationEventHandler(this);
//set the env variable mapping
process.putEnvMap(environment);
}