i have created one jsp file but it doesn't running in any way..!!
it gives NoClassDefFoundError
and ServletException
.
here is the complete error message.
javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.compiler.JspUtil
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
I am using Eclipse Helios SR1
and Apache Tomcat 6.0
,
with JDK 1.6.0
.