String[] props = normalProps;
if (Boolean.parseBoolean(System.getenv("AS_SUPER_DEBUG")))
props = debuggerProps; // very very difficult to debug this stuff otherwise!
new JavaClassRunner(classpath, props, classname, args);
}
catch (Exception e) {
logger.severe(strings.get("restart.server.jvmError", e));
throw new RDCException();
}