1.下载commons-httpclient-3.1源码,解压。
官方地址:http://hc.apache.org/index.html
2.在MyEclipse中新建Java Project工程,在新建的工程上右键->Import->FileSystem->Next->Browse,选择解压的HttpClient源码文件Src导入
2.导入工程后,分别选择对应的源码文件夹(包括:conf、contrib、examples、java、resources、test),右键->Build Path->Use as Source Folder
3.下载添加源码所需要的Jar,其中需要的Jar如下
4.导入源码成功后的工程结构图如下