i am trying to work with this package in my NetBeans IDE.
import org.apache.commons.httpclient.*;
import org.apache.commons.httpclient.NameValuePair;
import org.apache.commons.httpclient.methods.PostMethod;
I get the package does not exist error. I obviously have to copy and paste the package to my directory. Where do I get the package from?