Hi
I have commons-httpclient-2.0.jar this in my classpath.
This is from the binary file !
I have downloaded
commons-httpclient-2.0-src.zip
This should contain the source for the same as the binary ????
The code here is the same as in 1.2 it is
client.getState().setCredentials(
"realm",
"www.verisign.com",
new UsernamePasswordCredentials("username", "password")
);
The method setCredential does not exsist !
Is there some other example i should download , that is not for 2.0 is this not the
same versions ????
Regards
Peter A