// singleton instance, creating the application window to display
// the initial page.
try {
launcher = new MyApplicationLauncher(startupContextPath,
new String[]{richclientApplicationContextPath});
DefaultApplicationDescriptor appDescr = launcher.getApplicationDescriptor();
appDescr.setVersion(version);
appDescr.setBuildId(buildId);
} catch (Throwable e) {
logger.error("RuntimeException during startup", e);
}
}