首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2SE开发 >

org.apache.http.client.HttpClient的有关问题

2013-10-16 
org.apache.http.client.HttpClient的问题官方的例子:http://hc.apache.org/httpcomponents-client-4.3.x/

org.apache.http.client.HttpClient的问题
官方的例子:http://hc.apache.org/httpcomponents-client-4.3.x/httpclient/examples/org/apache/http/examples/client/ClientWithResponseHandler.java

我从官方http://hc.apache.org/下载的包里面根本找不到org.apache.http.HttpEntity,即找不到HttpEntity这个类!

[解决办法]
用maven 找把 

https://repository.sonatype.org/index.html#nexus-search;classname~org.apache.http.HttpEntity
[解决办法]
在core包里
[解决办法]
你肯定没下全
commons-codec-1.6.jar
commons-logging-1.1.1.jar
fluent-hc-4.2.5.jar
httpclient-4.2.5.jar
httpclient-cache-4.2.5.jar
httpcore-4.2.4.jar
httpmime-4.2.5.jar
这几个都要

热点排行