try {
context.start();
booter.runApplication(applicationJar, applicationClassLoader, appArgs);
} finally {
context.stop();
runtime.destroy();
}
}
protected void runApplication(File applicationJar, ClassLoader applicationClassLoader, String[] args)
throws Throwable {