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

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Tue Jun 22 18:58:37 EDT 2004


greg.knaddison at gmail.com wrote:

> My CLASSPATH includes:
> jdom.jar
> xerces.jar
> jython.jar
> jt400.jar
> log4j-1.2.8.jar
> commons-httpclient-2.0.jar

[...]

> java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError:
> org/apache/commons/logging/LogFactory
> 
> Thanks for any help you can provide.  If this is the wrong
> forum...point me the right way.

This has nothing to do with Python or Jython.

You're missing Jakarta's commons LOGGING package.
(commons httpclient requires that jar).
Get it from the same place as commons-httpclient.

--Irmen



More information about the Python-list mailing list