On Thu, 2006-03-16 at 23:10 +0100, Clemens Eisserer wrote: > Hello, > > I have some legancy-code which is written using httpclient-2.x. > On the other hand I would like to use httpclient-3.0 in the same > application, using the same classloader (this is unfourtunatly out of > my control). Is this possible or will there be conflicting classes > between 3.0 and 2.02? >
Clemens, You certainly should not be running both versions in the same class loader. HttpClient 2.x and HttpClient 3.0 are API incompatible Oleg > Thank you in advance, lg Clemens > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
