"<br/>initialization parameter in the tomcat/webapps/jahia/WEB-INF/web.xml<br/>\n");
jemsg.append("<br/><br/>Please note that if you deactivate this check or use unsupported versions<br/>\n");
jemsg.append("<br/>You might run into serious problems and we cannot offer support for these.<br/>\n");
jemsg.append("<br/>You may download a supported JDK from <a href=\"http://java.sun.com\" target=\"_newSunWindow\">http://java.sun.com</a>.");
jemsg.append("<br/><br/> \n");
JahiaInitializationException e = new JahiaInitializationException(jemsg.toString());
logger.error("Invalid JDK version", e);
throw e;
}
} catch (NumberFormatException nfe) {
logger.warn("Couldn't convert JDK version to internal version testing system, ignoring JDK version test...", nfe);