Exception in apache http client

前端 未结 2 1316
自闭症患者
自闭症患者 2021-01-21 13:06

i m using eclipse ide and when i run my program everything works fine but when i run the same program on server then it gives me this exception and i have already put my all far

2条回答
  •  执念已碎
    2021-01-21 13:44

    Add Http core jar to your build path, find the required jar from this url. http://www.java2s.com/Code/Jar/h/Downloadhttpcorejar.htm

    deploy the jar and then compile, your error will be resolved.

提交回复
热议问题