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

文章来源:http://blog.sina.com.cn/s/blog_4c6e822d0100obl6.html

Caused by: java.lang.ClassNotFoundException:org.apache.commons.logging.LogFactory
在代码中你写了:
ApplicationContext ctx = new FileSystemXmlApplicationContext("src/myspring.xml");
你没有引入commons-logging.jar包,当然找不到那个类了


你可能感兴趣的:(Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory)