Eclipse JavaEE Web JSP文件报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java

问题

学习JavaWeb基础途中,导入教程中的Project发现JSP文件首行报错:

Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java 
Build Path

 


解决

 1.通过更换JRE版本,但并没有效果:

eclipse中切换不同版本的jdk

 

 2.更改Tomcat版本,有效

 右键Project,点击Properties


 选中Project Facets,右边RunTimes栏中选择v7.0(因为我只安装了Tomcat v7.0,或许你安装下6然后设置下应该也可以),Apply and Close,完美解决。


猜你喜欢

转载自blog.csdn.net/williamz98/article/details/79205486
今日推荐