关于eclipse提示:"The superclass "javax.servlet.http.HttpServlet" was not found on the Java"解决办法java
新建jsp页面老提示:eclipse
Multiple annotations found at this line:jsp
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Pathui
解决步骤:
一、右键项目-build paththis
二、选择configure build path...server
三、选择 java build pathip
四、Add Library –> server Runtime -> Click Nextservlet
五、选择 Server runtime (个人是 Tomcat 7.0) –>完成io