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 ?
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.
ypu can download it from here . http://hc.apache.org/httpclient-3.x/ You will need to add it to the build path (if you are using eclipse).