提示
org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 22 in the jsp file: /WebRoot/chaxun.jsp
queryTime cannot be resolved to a type
19: String aa="";
20: String bb="";
21: 
22: queryTime qT=new queryTime();
23: query qq=new query();
24: tableIsExist table=new tableIsExist();
25: ResultSet rs=null;可是queryTime我明明定义了,在myeclipse下的tomcat运行完全正常,在tomcat7.0.11单独运行就报错