Aniruddh,<br><br>Perhaps you're attempting to use the source code distribution without having built it?<br><br>The quickest way to get going would be to download both the source code and binary packages. Assuming that you're in the directory containing HelloServer.java, and that you've unpacked the binary distribution (ie <a href="http://www.rabbitmq.com/releases/rabbitmq-java-client/v1.6.0/rabbitmq-java-client-bin-1.6.0.zip">http://www.rabbitmq.com/releases/rabbitmq-java-client/v1.6.0/rabbitmq-java-client-bin-1.6.0.zip</a>) into C:\rabbitmq-java-client-bin-1.6.0, then you'd execute the command:<br>
javac -classpath C:\rabbitmq-java-client-bin-1.6.0\rabbitmq-client.jar;C:\rabbitmq-java-client-bin-1.6.0\commons-io-1.2.jar HelloServer.java<br><br>Paul.<br><br><br><div class="gmail_quote">On Mon, Sep 7, 2009 at 8:51 AM, aniruddh narayan <span dir="ltr"><<a href="mailto:aniruddh.narayan@yahoo.co.in">aniruddh.narayan@yahoo.co.in</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
HI<br>I tried all the class path setting ,but unable to use the java client library ....<br>can anybody please tell me how to use java client library examples.....whenever i try to compile any of the example files...i find errors....like "package com.rabbitmq.client does not exsist"<br>
...Also throw some light on how to set the class path...<br>any help is much much appreciated<br><div class="hm"><br></div></td></tr></tbody></table><div class="hm"><br>
<hr size="1"> See the Web's breaking stories, chosen by people like you. Check out <a href="http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/" target="_blank"> Yahoo! Buzz</a>.</div><br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>