首页 > Web开发 > 详细

JSP无端报错处理

时间:2018-10-23 19:07:19      阅读:130      评论:0      收藏:0      [点我收藏+]

jsp页面老提示Multiple annotations found at this line: - javax.servlet.jsp.JspException cannot be resolve

错误信息如下:
 
Multiple annotations found at this line:
- javax.servlet.jsp.JspException cannot be resolved to a type
- Attribute (width) is obsolete. Its use is discouraged in HTML5 
 documents.

- javax.servlet.jsp.JspException cannot be resolved to a type

解决步骤:

1、右键项目-build path

2、选择configure build path...

3、选择 java build path

4、Add Library –> server Runtime -> Click Next

5、选择  Server runtime (Tomcat 8.0不一定选这个哦) –>完成

JSP无端报错处理

原文:https://www.cnblogs.com/yidisi-tt/p/9838126.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!