When Eclipse imports a Java Web project, The following error occurs: the superclass & quot; javax. servlet. http. HttpServlet & quot; was not found on The Java Build Path, httpservlet

Source: Internet
Author: User

When Eclipse is imported to a Java Web project, The following error occurs: the superclass "javax. servlet. http. HttpServlet" was not found on The Java Build Path, httpservlet

The JSP page written in the Java Web project must be parsed into HTML by the Web Container before it can be displayed to the front-end browser. parsing JSP requires the Web container.
The "red" error message appears at the top of The JSP page: the superclass "javax. servlet. http. HttpServlet" was not found on The Java Build Path.

 

Javax. servlet. http. HttpServlet is a class in the Web Container Tomcat package. importing the required jar package into the project can solve this problem.

The specific solution is as follows:

Right-click the web Project and choose Build Path> Java Build Path> Libraries> Add Libray> Server Runtime> Tomcat Server.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.