Java出现The import javax.servlet cannot be resolved 的解决方法

Posted Run The Race | Volcano

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java出现The import javax.servlet cannot be resolved 的解决方法相关的知识,希望对你有一定的参考价值。

出现The import javax.servlet cannot be resolved 的解决方法  

网上提供的方法是,在Eclipse中,右击项目,选择Build Path->configure build path->Libraries->Add External JARs,找到你计算机中tomcat的解压路径,在lib文件夹下选中"servlet-api.jar",添加点击“确定”  

Description Resource Path Location Type Java compiler level does not match the version of the insta

  在项目上右键Properties-》Project Facets,在打开的Project Facets页面中的Java下拉列表中,选择相应版本。
有可能是java1.6 改成java6之类的

 

 

 找不到HttpServlet

 

以上是关于Java出现The import javax.servlet cannot be resolved 的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

the import java.util.* cannot be resolve,怎么解决

Eclipse的java代码出错:The import org.apache cannot be resolved

Eclipse的java代码出错:The import org.apache cannot be resolved

java怎么统计字符串内的标点符号?

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

from scipy import spatial 出现 from .qhull import * ImportError: DLL load failed: The specified mod