final String conMethodName = conClassName + "::Execute"; //$NON-NLS-1$
logger.debug(String.format(Messages.getMsg("JSJ-I-110"), conMethodName));
try {
Options().CheckMandatory();
logger.debug(Options().toString());
JSBatchInstallerExecuter jsBatchInstaller = new JSBatchInstallerExecuter();
jsBatchInstaller.performInstallation(this);
}
catch (Exception e) {
e.printStackTrace(System.err);
logger.error(String.format(Messages.getMsg("JSJ-I-107"), conMethodName), e);
}