关于jsp页面中:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build P

Posted 1024军团

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于jsp页面中:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build P相关的知识,希望对你有一定的参考价值。

1、异常信息截图

 

2、异常发生的原因:

  在java的构建环境中没有找到父类:javax.servlet.http.HttpServlet这个类、我们得知这个类所需要的jar包为servlet.jar、我们将该jar包加入到java构建路径中即可、因为该jar包在tomcat下、所以我们只需要将tomcat总体加入到java运行环境中即可

  具体步骤如下:

  

 

以上是关于关于jsp页面中:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build P的主要内容,如果未能解决你的问题,请参考以下文章