You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Luke Pillow <lp...@gmail.com> on 2010/01/05 18:20:05 UTC

Java Version Compatiblity

Hello,

I'd like to use the HTTPClient, but I'm restricted to Java 1.4.2.

Is 3.1 compatible with Java 1.4.2?
Is 4.x compatible with Java 1.4.2?

Thanks,
Luke.

Re: Java Version Compatiblity

Posted by Oleg Kalnichevski <ol...@apache.org>.
Luke Pillow wrote:
> Hello,
> 
> I'd like to use the HTTPClient, but I'm restricted to Java 1.4.2.
> 
> Is 3.1 compatible with Java 1.4.2?

HttpClient 3.x requires Java 1.2.2

> Is 4.x compatible with Java 1.4.2?
>

HttpClient 4.x requires Java 1.5.0. However, HttpCore - a set of low 
level transport components HttpClient is based on - requires Java 1.3.0 
only. You are likely to have to write more code in order to get things 
done, though:

http://hc.apache.org/httpcomponents-core/index.html
http://hc.apache.org/httpcomponents-core/tutorial/html/index.html
http://hc.apache.org/httpcomponents-core/examples.html

Hope this helps

Oleg

> Thanks,
> Luke.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org