I downloaded the jar 4.3.1-bin.zip in http://hc.apache.org/downloads.cgi
But I don't know how to use it, I added JAR in Lib folder in Netbeans but it not resolved my problem
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
these imports yet "org.apache.http.xxxxx" does not exist
Can anybody help me? Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…