} catch (JAXBException ex) {
log.error("Could not process Tyr data file " + HelperString.quote(tda.getAbsolutePath()), ex); //$NON-NLS-1$
exit(21);
}
setView(new ViewTyrImpl(this));
// should only be set on the first application start
if (null == data.getDirectoryModule()) data.setDirectoryModule(property.getFile(PROPERTY_DIRECTORY_MODULE));
if (null == data.getDirectoryData()) data.setDirectoryData(dirData);
if (null == data.getDirectoryDB()) data.setDirectoryDB(dirDb);