JSP无端报错处理
Posted yidisi-tt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JSP无端报错处理相关的知识,希望对你有一定的参考价值。
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
- 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无端报错处理的主要内容,如果未能解决你的问题,请参考以下文章