the import javax.servlet

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了the import javax.servlet相关的知识,希望对你有一定的参考价值。

问题:


在eclipse中编写servlet时出现“the import javax.servlet unresolved”

问题原因:


缺少servlet-api.jar架包。

问题解决办法:


在eclipse中,右击项目,选择java Build Path—> Libraries —> Add External JARs,
找到你计算机中tomcat的安装路径,在common\lib文件夹下选中“servlet-api.jar”
添加点击确定。

以上是关于the import javax.servlet的主要内容,如果未能解决你的问题,请参考以下文章

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path之二(示例代

The import javax.servlet cannot be resolved

解决报错:The import javax.servlet.annotation cannot be resolved

Eclipse打开项目后发生错误: The import javax.servlet cannot be resolved

The import java.util cannot be resolved The import javax.servlet cannot be resolved

The import javax.servlet.jsp.JspException cannot be resolved