sinat_34890672 2016-07-28 08:27 采纳率: 68.4%
浏览 9967
已采纳

一直显示import """cannot be resolved

报错:
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'fabricService' defined in ServletContext resource [/WEB-INF/classes/spring/applicationContext-servic
e.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [textile.ssm.service.impl.FabricServiceImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import com.ruanjian cannot be resolved
name cannot be resolved to a variable。
我import 全部都删除了为什么还会跳出这个错误?

  • 写回答

3条回答 默认 最新

  • wfcdream 2016-07-28 08:34
    关注

    /WEB-INF/classes/spring/applicationContext-service.xml 这里面定义了一个bean fabricService有问题,问题后面不是提示了吗,Could not instantiate bean class [textile.ssm.service.impl.FabricServiceImpl]: Constructor threw exception 不能够初始化,构造函数抛出异常,后边是说Unresolved compilation problems:The import com.ruanjian cannot be resolved name cannot be resolved to a variable。这个名字不能当一个变量处理之类的,你还是仔细查查代码吧

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?