Sorry missed the first on.
So im still new to this.
Why is this example not working
I took the BasicAuthExample from the CVS database
But it stops on this when trying to compiling.
HttpClient client = new HttpClient();
client.getState().setCredentials("realm","portal.internetborder.se",new
UsernamePasswordCredentials("username", "password"));
////// THIS GIVES ME ERROR STATING THAT THIS METHOD DOES NOT EXSISTHelp someone how understand this httpClient ! Regards Peter
