org.apache.commons.httpclient.HttpClient client = new org.apache.commons.httpclient.HttpClient();
what happens looks like a class loader error:
java.lang.ExceptionInInitializerError
Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class org.apache.comons.logging.impl.Jdk14Logger does not implement Log
It looks just like a class loader problem, but if HttpClient is tested from within JUnit there wouldn't be fundamental problems like this, so there's gotta be something wrong with what I'm doing.
Note:
I verified this with a couple of different JDK versions (1.4 and 1.5), on both Windows and OSX. (1.5 isn't available for OSX yet, and so that wasn't tested.)
Thanks for any pointers-- I'd like to be able to use HttpClient.
-------------------------------- Michael Czeiszperger czei at webperformanceinc dot com Web Performance, Inc. 919-845-7601
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]