Unsupported major.minor version 49.0 index_jsp
843836Nov 23 2004 — edited Apr 27 2007Hi there
Index.jsp code :
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<jsp:include page='/servlet/Logout' />
<%@include file="header.jspf" %>
<%@include file="logon.jspf" %>
<%@include file="footer.jspf" %>
Exception:
javax.servlet.ServletException: org/apache/jsp/index_jsp (Unsupported major.minor version 49.0)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
using : tomcat 4.1.31 java1.4.2
can u help me identify problem ?