1
Where should I put the library HttpClient
? In all tutorials it is possible to find only examples of codes, but no one really explains that after downloading, we should put where?
http://hc.apache.org/downloads.cgi
There are two types, one with files httpclient-4.3.6.jar
and another with Java files, where I put the files to then import, example: org.apache.http.client.methods.HttpPost
What IDE are you using? If you are not using any, what do you do to (try) compile the application?
– Victor Stafusa
@Victor I’m using Eclipse
– Daniela