You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Chuck Amadi <ch...@breconbeacons.org> on 2002/04/03 14:45:29 UTC

Can't run tomcat 4.0.2 examples anymore nothing will compile- package org.apache.jasper.runtime does not exist

Hi im having problems with getting my examples to work . Somehow i have 
done something as i was able to run everthing ie my own work projects , 
thus i have been trying to get the MySql Jar File working and all hell 
has broke loss.

Any Suggestions Error clipboard below
Cheers Chuck Amadi
Systems Programmer




jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [12:1] 
package org.apache.jasper.runtime does not exist
import org.apache.jasper.runtime.*;
^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [14:1] 
cannot resolve symbol
symbol  : class JasperException  
location: package jasper
import org.apache.jasper.JasperException;
                         ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [17:1] 
cannot resolve symbol
symbol  : class HttpJspBase  
location: class jsp.cal._0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0
public class _0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0 
extends HttpJspBase {
                                                                          ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [29:1] 
cannot resolve symbol
symbol  : class JasperException  
location: class jsp.cal._0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0
    public final void _jspx_init() throws JasperException {
                                          ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [41:1] 
incompatible types
found   : jsp.cal._0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0
required: java.lang.Object
        Object page = this;
                      ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [51:1] 
getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean) 
in javax.servlet.jsp.JspFactory cannot be applied to 
(jsp.cal._0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
            pageContext = _jspxFactory.getPageContext(this, request, 
response,
                                      ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [75:1] 
cannot resolve symbol
symbol  : class TableBean  
location: package cal
                cal.TableBean table = null;
                   ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [78:1] 
cannot resolve symbol
symbol  : class TableBean  
location: package cal
                    table= (cal.TableBean)
                               ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [83:1] 
cannot resolve symbol
symbol  : class TableBean  
location: package cal
                            table = (cal.TableBean) 
Beans.instantiate(this.getClass().getClassLoader(), "cal.TableBean");
                                        ^
jsp/cal/_0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0.java [83:1] 
cannot resolve symbol
symbol  : method getClass  ()
location: class jsp.cal._0002fjsp_0002fcal_0002fcal_00032_0002ejspcal2_jsp_0
                            table = (cal.TableBean) 
Beans.instantiate(this.getClass().getClassLoader(), "cal.TableBean");
                                                                      ^
10 errors
Errors compiling cal2.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>