导入静态页面,项目中jsp页面报错Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet"
解决方法:
1、右键项目-build path
2、选择configure build path...
3、选择 java build path
4、Add Library –> server Runtime -> Click Next
5、选择 Server runtime (我的是 Tomcat 7.0) –>完成
本文介绍了解决JSP页面出现“Multiple annotations found at this line”错误的方法。具体步骤包括:通过项目右键进入构建路径配置,添加服务器运行时库(如Tomcat7.0),以确保项目的正常运行。
3922

被折叠的 条评论
为什么被折叠?



