I am using HttpClient in a working Java application. I added httpclient-4.0.1.jar and httpmime-4.0.1.jar to the build path, but I get the error message "Type org.apache.http.HttpResponse cannot be resolved. This indirectly refers to the required .class files. Who Does anyone know what dependency / jar I am missing?
source share