I’m using a HttpClient in a Java desktop application. I’ve added httpclient-4.0.1.jar and httpmime-4.0.1.jar to the build path, but I receive the error ‘The type org.apache.http.HttpResponse cannot be resolved. It is indirectly referenced from required .class files’. Does anyone know which dependency/jar I’m missing?
I’m using a HttpClient in a Java desktop application. I’ve added httpclient-4.0.1.jar and httpmime-4.0.1.jar
Share
Probably you are missing httpcore jar.