hi, i am having a problem running the program from the HTTPCient tutorial on the cactus website at this link:
http://jakarta.apache.org/commons/httpclient/3.0/tutorial.html i have downloaded the commons-logging-api.jar and the commons-httpclient-3.0.alpha2.jar and put them in the lib directory and the classpath of my java project as mentioned. it is giving me this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException at org.apache.commons.httpclient.HttpMethodBase.<init>(HttpMethodBase.java:216) at org.apache.commons.httpclient.methods.GetMethod.<init>(GetMethod.java:88) at test.HTTPClientTutorial.main(HTTPClientTutorial.java:18) ========= i have not changed the code even a single bit. kaushal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
