当前位置: 代码迷 >> J2EE >> 已导入commons-logging.jar显示NoClassDefFoundError: org/apache/commons/logging/LogFact解决方案
  详细解决方案

已导入commons-logging.jar显示NoClassDefFoundError: org/apache/commons/logging/LogFact解决方案

热度:102   发布时间:2016-04-22 01:23:35.0
已导入commons-logging.jar显示NoClassDefFoundError: org/apache/commons/logging/LogFact
在工程里用到ApplicationContext ctx=new ClassPathXmlApplicationContext("XXX.xml")
已经在class path里导入了commons-logging.jar包,还是出现
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
这是怎么回事?




------解决方案--------------------
会不会是有两个的原因?试下吧。
------解决方案--------------------
LZ的jar是不是坏了
------解决方案--------------------
包冲突啦 ,删除掉一个
  相关解决方案