org.apache.commons.httpclient.*;

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?

[474 byte] By [derk_the_zeemana] at [2007-11-26 15:20:25]
# 1

here:

http://jakarta.apache.org/commons/httpclient/

(a simple google query for "apache httpclient" could have easily solved your problem)

Also check this page:

http://jakarta.apache.org/commons/httpclient/dependencies.html

for libraries that httpclient needs in order to function.

gimbal2a at 2007-7-8 11:48:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...