Caused by: java.lang.ClassNotFoundException:org.apache.commons.logging.LogFactory

java.lang.ClassNotFoundException:org.apache.commons.logging.LogFactory
在代码中你LogFactory里的一些方法或其他的什么。

但是你没有导入commons-logging.jar包,所以就找不到那个类。

 

commons-logging.jar包下载地址:http://download.csdn.net/detail/lixiaolun/5264579

posted @ 2013-04-16 16:43  Entropy_lxl  阅读(3829)  评论(0)    收藏  举报