使用eclipse时在jsp中使用el表达式报错的解决方法

时间:2021-11-07 12:45:05
有时候在jsp中一使用EL表达式就会报错,把$删掉重新保存后就不会报错,错误如下:
javax.servlet.jsp.PageContext cannot be resolved to a type
javax.servlet.jsp.JspException cannot be resolved to a type


以上错误是由于没有导入jar包造成的,导入servlet-api.jar和jsp-api.jar就不会再报错了,这两个jar包在Tomcat安装目录下的lib中有