That was it! Thanks!

On Sat, 2010-06-05 at 17:05 +0200, Jochen Wiedmann wrote:
> You've got the wrong httpclient. What you need is commons-httpclient. See
> 
>     http://hc.apache.org/httpclient-3.x/
> 
> Apart from that, there's no reason I am aware of to prefer the
> httpclient transport over the sun transport.
> 
> Jochen
> 
> 
> 
> On Sat, Jun 5, 2010 at 3:44 PM, James Carroll
> <jamesdcarrol...@verizon.net> wrote:
> > My sincere apologies. Work's been crazy.
> >
> > I'm trying to access the Bugzilla XMLRPC interface to automate the
> > loading of bugs. Its crashing with:
> >
> > java.lang.NoClassDefFoundError:
> > org/apache/commons/httpclient/HttpException
> >
> > I have the HTTP Client jar on my build path, but the classes are
> > packaged as org.apache.http.*
> >
> > Could you help me find the right class/jar to use?
> >
> > Thanks,
> >
> > James
> >
> >
> 
> 
> 


Reply via email to