tomcat启动Java.Lang.NoClassDefFoundError: Org/Apache/Commons/Logging/LogFactory异常

来源:互联网 发布:听国学的软件 编辑:程序博客网 时间:2024/06/05 16:20

Problem:

java.lang.NoClassDefFoundError:org/apache/commons/logging/LogFactory


Solution:

这个是缺少commons-logging-xxx.jar包,可以在

commons-logging-xxx.jar官方下载地址:

http://commons.apache.org/proper/commons-logging/download_logging.cgi

log4j官方下载地址:

http://logging.apache.org/log4j/2.x/download.html



Problem:

java.lang.NoClassDefFoundError: com/sun/org/apache/commons/logging/Log

Solution:

这个是缺少jsf-impl.jar包,可以系统中找到。



0 0
原创粉丝点击