Multiple annotations found at this line: - javax.servlet.jsp.PageContext cannot be resolved to a type - javax.servlet.jsp.JspException cannot be resolved to a type
解决办法:往项目里导入Tomcat安装目录下 lib文件夹的两个包:jsp-api.jar 和 servlet-api.jar
Multiple annotations found at this line: - javax.servlet.jsp.PageContext cannot be resolved to a type - javax.servlet.jsp.JspException cannot be resolved to a type
解决办法:往项目里导入Tomcat安装目录下 lib文件夹的两个包:jsp-api.jar 和 servlet-api.jar
转载于:https://www.cnblogs.com/oceans-star/p/8779444.html