您的位置:首页 > 编程语言 > Java开发

Multiple annotations found at this line: - javax.servlet.jsp.PageContext cannot be resolved to a typ

2018-01-06 14:56 2216 查看
Multiple annotations found at this line: - javax.servlet.jsp.PageContext cannot be resolved to a type - Attribute (width

解决办法:到tomcat的lib目录下面找到这个包,然后在eclipse中,右击项目,选择Java Build
Path>Libraries>Add External JARS,找到你计算机中的tomcat的安装路径,在common\lib文件夹下,选中"servlet-api.jar"和“jsp-api.jar”,添加点击“确定”,就行了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐