[Go] Tip error package javax.servlet.jsp does not exist package Javax.servletr.jsp.tagext does not exist

Source: Internet
Author: User

You did not configure the Servlet-api.jar,tools.jar,rt.jar,jsp-api.jar classpath when you ran the Java servlet container

My classpath=.
.; %java_home%\jre\lib\rt.jar;%java_home%\lib\dt.jar;%java_home%\lib\tools.jar;%java_home%\common\lib\ Serlvet-api.jar;%java_home%\jre\lib\jsp-api.jar;%java_home%\jre\lib\servlet-api.jar;

There is jsp-api.jar under the Tomcat installation directory \common\lib, add it to the CLASSPATH variable.

If you use command jargon, you can temporarily specify the CLASSPATH variable:
Javac Abc.java-classpath%classpath%; Tomcat installation directory \common\lib\jsp-api.jar (additional packages can be added later, separated by semicolons)

It is best to add the jar package path to the system variable CLASSPATH.
My Computer--right-click Properties--Advanced--Click the New button under the system variable (if not already)--double-clicking the classpath variable or point edit--to add the path to each package (including the jar file name) to the existing Classpath value, OK.

[Go] Tip error package javax.servlet.jsp does not exist package Javax.servletr.jsp.tagext does not exist

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.