On Wed, Oct 20, 2010 at 09:12:52AM -0700, Brian Lavender wrote: > Add the following to your classpath. The following also adds the current > working directory to your CLASSPATH, so if you don't have it, you will > probably need it to run the java Chat program below. > > $ export CLASSPATH=ACTIVEMQ_HOME/activemq-all-5.4.1.jar:.:$CLASSPATH
The above should be as follows. Doh! $ export CLASSPATH=$ACTIVEMQ_HOME/activemq-all-5.4.1.jar:.:$CLASSPATH -- Brian Lavender http://www.brie.com/brian/ "Program testing can be used to show the presence of bugs, but never to show their absence!" Professor Edsger Dijkstra 1972 Turing award recipient _______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
