returnCode = PlatformUI.createAndRunWorkbench(display, workbenchAdvisor);
} catch (Throwable t) {
UiPlugin.log(Messages.UDIGApplication_error, t);
} finally {
context.applicationRunning();
display.dispose();
}
if (returnCode == PlatformUI.RETURN_RESTART) {
String systemExitCode = System.getProperty("eclipse.exitcode");
if("24".equals(systemExitCode)) {
return EXIT_RELAUNCH;