synchronized (model) {
bndLauncher = model.getProjectLauncher();
}
configureLauncher(configuration);
bndLauncher.registerForNotifications(new NotificationListener() {
@Override
public void notify(NotificationType type, final String notification) {
if (type == NotificationType.ERROR) {
display.syncExec(new Runnable() {