import org.apache.http.client.*;
I want to import this java package it says that it doesn’t exist, so where should I download this package from, and where to install it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can download the jar file from the Maven Repository.
You just need to place the jar on the classpath, no need to install anything.