Maven工程中遇到The import *** cannot be resolved问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven工程中遇到The import *** cannot be resolved问题相关的知识,希望对你有一定的参考价值。
报错提示:
The import net.sf.json.JSONObject cannot be resolved。
原因分析:
Maven项目在编译的过程中,缺乏相应的jar包,可能是版本冲突,也可能是jar损坏,或者路径找不到。
解决方案:
下载相应的jar包,放到正确的路径下,如net.sf.json.JSONObject就是repository etsfjson。
jar包下载地址:http://mvnrepository.com/
以上是关于Maven工程中遇到The import *** cannot be resolved问题的主要内容,如果未能解决你的问题,请参考以下文章
解决报错:The import javax.servlet.annotation cannot be resolved
Maven+SpringMVC+Eclipse软件安装配置,Maven报插件异常,Eclipse总是卡死的解决方法,导入一个maven工程后 一直显示importing maven project
The import javax.servlet.jsp.JspException cannot be resolved
Eclipse导入工程Some projects cannot be imported because they already exist in the workspace
新建maven工程使用webapp插件弹出javax.servlet.http.HttpServlet was not found on the Java Build Path异常