尼不要逗了 mk~~的博客在Eclipse中新建java web项目,在JSP页面的第一行提示这个错误:【The superclass "javax.servlet.http.HttpServlet" was not found on the Java】原因是缺少tomcat运行时相关的类。解决办法如下:一、设置web ...
haining711的博客新建了一个web工程,之后建立了jsp页面,刚建立完成,文件开头就报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path。 找到新建页面所在的工程名字,然后...