[SOLVED] Putting HttpClient and dependencies on classpath
In eclipse I'm getting an error message that states: "The import org.apache cannot be resolved." Does anyone know what is wrong?
I've downloaded HttpClient and it's dependencies and stored them in folder:
Quote:
C:\Program Files\Apache
I then added the following to the classpath variable:
Quote:
C:\Program Files\Apache\commons-httpclient-3.1-src.zip;C:\Program Files\Apache\commons-logging-1.1.1-src.zip;C:\Program Files\Apache\commons-codec-1.3-src.zip;C:\Program Files\Apache\junit-4.5.jar;C:\Program Files\Apache