On 01/17/2014 02:34 AM, Shearer, Davin wrote:
Hi Frase,

So still no dice.  What jar file has javax.jms.* (like
javax.jms.Connection)?

geronimo-jms_1.1_spec-1.0.jar

I put qpid-all.jar in my CLASSPATH, failed, then
explicitly added all the jar files in qpid/src/java/build/lib:

export CLASSPATH=$(for j in
/home/davin/external/qpid/src/java/build/lib/*.jar; do echo -n "$j:";done)

and failed again.

The java broker I was using was from the latest release archive.  It was
already built for me.

You need the *client* release, or else you can use the build directory from a source build (which includes both client and broker).



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to