java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
having trouble on trying to animate simple application from the book Developing Application by Using Hibernate?
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
having trouble on trying to animate simple application from the book Developing Application by Using Hibernate?
BoLaFish 5:46 pm on December 29, 2009
You need to download “The 1.0.4 release of commons-logging” or 1.0.5 alpha
here:
http://jakarta.apache.org/commons/logging/
and here:
http://cvs.apache.org/dist/jakarta/commons/logging/
org/apache/commons/logging/LogFactory it’s on c:/commons-logging-1.0.5/commons-logging.jar file (add it to your class path)