Java Rumblings
Pages
Home
TOC
Spring
Core Java
Design Pattern
Concurrency
Hibernate
Garbage Collection
Exception
Books
Java API
Collections
Reflection
Class Loader
Annotation
Generics
Showing posts with label
commons-logging
.
Show all posts
Showing posts with label
commons-logging
.
Show all posts
Sunday, 20 March 2011
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
This is cause by missing of commons-logging-xxx.jar, Please download here and include it into classpath.
http://commons.apache.org/downloads/download_logging.cgi
P.S Please do not confuse between log4j and common-log, this is two different log library.
Older Posts
Home
Subscribe to:
Comments (Atom)