渣渣梦的博客发现红叉是由于index.jsp页面中的The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path错误产生的。 这个问题是由于项目没有引入servlet-api.jar造成的,所以需要把...
文艺的程序猿的博客我新建的web程序,然后创建了一个jsp文件,然后jsp文件的第一行就出现红叉 用鼠标点上去出现“The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path” 解决方法...