I need to install this library: org.apache.commons.httpclient.
Iwe tried unsing Help -> Install new software but I cant find it there
Please help me I` would need to use in my program these:
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.methods.MultipartPostMethod;
You don’t need to install it. Search for the jar containing it and then in eclipse right click on your project -> build path. In the new window, go to libraries, add a new user library and in that new one, add your jars.