How can I get a cookie from a web page using Java? I mean only Java not with Servlets or etc..
You can either get the cookies from the header,
or you can use Apache commons and use their functionality.