Eclipse cannot parse and import javax. servlet Solution

Source: Internet
Author: User
Tags apache tomcat

The reason for the above problem is that your Eclipse project does not import the Tomcat class library required for JSP running, mainly servlet-api.jar files (or servlet. jar), Tomcat container contains this file, in the following location: % tomcat_home %/common/lib/servlet-aip.jar, import it to the build path of the project (if you are using eclipse ).

Import method: Right-click your Eclipse project and choose "build path"> "Configure build path ". Click the "Database" tab, click the "add Database" button on the right, select "Server Runtime" in the "add Database" dialog box that appears, and click "Next ", in the displayed dialog box, select the Tomcat server you are using. For example, if you are using Apache Tomcat v5.5, click Finish. Then your Tomcat class library is added to the current project.

Expand Java resources: Src-> libraries in sequence to see that the Apache Tomcat v5.5 [Apache Tomcat v5.5] class library has been added to the current project.

Note: content about configuring the Tomcat server in eclipse is omitted here.

 

Related Article

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.