org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 9 in the jsp file: /jsps/SHOREW/includes/footer.jsp Duplicate local variable dtFormat 6: String copyrightYear = copyrightDate.toString(); 7: copyrightYear = copyrightYear.substring(copyrightYear.length() - 4); 8: 9: SimpleDateFormat dtFormat = new SimpleDateFormat("MM/dd/yyyy"); 10: String today = dtFormat.format(new java.util.Date()); 11: %> 12: Stacktrace: