107108109110111112113114115116117
if (s == null) { throw new RuntimeException( "Error when creating simulation" ); } s.stopSimulation(); try { buildExecutableJAR(s.getGUI(), jar); } catch (RuntimeException e) { logger.fatal(e.getMessage(), e);