问题:新建jsp页面无法compile 出现以下错误:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 28 in the generated java file
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
解决方法:
有可能是jar冲突
工程的lib下面有没有
jsp-api-xx.jar,servlet-api-xx.jar?删掉
阅读(359) | 评论(0) | 转发(0) |