[vox-tech] Chat program in 100 lines of code!

Brian Lavender brian at brie.com
Wed Oct 20 10:03:04 PDT 2010


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


More information about the vox-tech mailing list