新建jsp页面老提示:
Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
解决步骤:
1、右键项目-build path
2、选择configure build path...
3、选择 java build path
4、Add Library –> server Runtime -> Click Next




当新建的JSP页面出现'The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path'错误时,可以通过以下步骤解决:1. 右键项目,选择Build Path;2. 选择Configure Build Path;3. 进入Java Build Path,然后4. 添加Library -> Server Runtime。完成这些步骤后,通常可以修复找不到HttpServlet的问题。
4099

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



