I got jetty-client from here: http://repository.codehaus.org/org/mortbay/jetty/jetty-client/6.1H.10/
and it seems to be working now. On Thu, Aug 14, 2008 at 2:48 PM, Brian McQueen <[EMAIL PROTECTED]> wrote: > I have found that file is supposed to be in the jetty somewhere: > > http://www.mortbay.org/jetty-6/apidocs/org/mortbay/jetty/client/HttpClient.html > > again I can't find it! This java stuff wears me out. Shouldn't there > be a jar file that contains the class file: > > org/mortbay/jetty/client/HttpClient.class > > I can not find it in the jetty jar files, nor in the camel jars. > > On Thu, Aug 14, 2008 at 2:08 PM, Brian McQueen <[EMAIL PROTECTED]> wrote: >> There has got to be one other file: >> >> Caused by: java.lang.ClassNotFoundException: >> org.mortbay.jetty.client.HttpClient >> >> I put the entire apache-camel into my apache-activemq, because it was >> my beast guess as how to install/deploy the camel after the successful >> build. Now I am sure that all of the libs included in the >> apache-camel are in there, and the old error about the endpoint has >> gone away. >> >> Are there some other libraries that should be included, perhaps my >> classpath needs to include some common java libraries? >> >> >> >> On Thu, Aug 14, 2008 at 9:46 AM, James Strachan >> <[EMAIL PROTECTED]> wrote: >>> 2008/8/14 Brian McQueen <[EMAIL PROTECTED]>: >>>> I am new to Camel and know very little about the tools and >>>> infrastructure you have put together. What tools should I use to add >>>> it to my ActiveMQ directly? Do those tools ship with ActiveMQ? >>> >>> Just download Apache Camel and grab the jar from the lib directory of the >>> distro >>> >>>> I tried to compile apache-camel and it runs out of resources! >>> >>> More info here... >>> http://activemq.apache.org/building.html >>> >>> You should set the MAVEN_OPTS environment variable to -Xmx800m >>> >>> -- >>> James >>> ------- >>> http://macstrac.blogspot.com/ >>> >>> Open Source Integration >>> http://open.iona.com >>> >> >
