1、Download 'Binary' package of the latest official release from the project download page.

There should be 7 jars in total (components marked with (*) include additional features and are optional) on the classpath.

  • commons-logging-x.x.x.jar
  • commons-codec-x.x.x.jar
  • httpcore-x.x.x.jar
  • httpclient-x.x.x.jar
  • httpmime-x.x.x.jar (*)
  • httpclient-cache-x.x.x.jar (*)
  • fluent-hc-x.x.x.jar (*)
    2、把这几个.jar文件放到  Java\jdk1.7.0_17\jre\lib\ext目录下面,不同的安装版本可能有差异。

    3、引用,右键点击工程名->bulid paths->add external Archives->选择刚才添加的.jar文件即可。

相关文章:

  • 2022-02-19
  • 2021-07-09
  • 2021-04-08
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-07-17
猜你喜欢
  • 2022-01-20
  • 2022-01-30
  • 2022-02-13
  • 2021-04-10
  • 2021-09-05
  • 2021-12-18
相关资源
相似解决方案