Closed GoogleCodeExporter closed 8 years ago
I had the same problem and solved it. My app runs on struts2 instead of Railo,
but I hope this could be of some help.
The 0.9.6 doesn't come with httpclient.jar(I think), and it is depending on you
to have it in your classpath. I added httpclient-4.0.1.jar to my app's
classpath and this exception went away.
More class-not-found exceptions need to be fixed after this to allow
ConsumerManager to initiate ok. Like httpclient.jar, you just need to find the
missing jars, and add to your classpath. For me they are:
guice-3.0.jar, javax.inject.jar(comes with guice package), and
httpcore-4.0.1.jar.
Original comment by cindyzho...@gmail.com
on 30 Jan 2012 at 9:12
Httpclient is part of the distribution, see README and INSTALL.
Original comment by Johnny.B...@gmail.com
on 31 Oct 2012 at 10:12
Original issue reported on code.google.com by
Zoram...@gmail.com
on 20 Apr 2011 at 10:25