You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Larry Meadors <La...@plumcreek.com> on 2002/02/18 21:10:44 UTC

Re: org.apache.jasper.JasperException: Unable to compile class for JSP

Probably the wrong servlet.jar. I would look there first...

>>> jbell004@btclick.com 02/18/02 01:07PM >>>
Running a web application on Tomcat 3.3 and trying to move to  Tomcat
4.0.2 and now get these errors.  

org.apache.jasper.JasperException: Unable to compile class for JSP
C:\ApacheTomcat\jakarta-tomcat-4.0.2\work\localhost\coffee\jsp\control\homecont$jsp.java:8:

Class or interface declaration expected.
import javax.servlet.*;
^

C:\ApacheTomcat\jakarta-tomcat-4.0.2\work\localhost\coffee\jsp\control\homecont$jsp.java:14:

Superclass org.apache.jsp.HttpJspBase of class
org.apache.jsp.homecont$jsp not found.
public class homecont$jsp extends HttpJspBase {