
To run the ClientLib demo, launch the Java server for the HelloWorld demo
and then the Lua client.

Java:

   Build all classes for MrUDP and ClientLib.
   Go to the ClientLib directory.

   java -classpath $LIBS lac.cnclib.helloworld.HelloWorldServer

   where $LIBS is:
   
   LIBS=build:../MrUDP/build:libs/cglib-nodep-2.1_3.jar:libs/easymock-2.2.jar:libs/easymockclassextension-2.2.1.jar:libs/junit-4.4.jar:libs/protobuf-java-2.5.0.jar
   
   You can test running the Java client to make sure everything is working.
   If you have trouble running the Java demo, try applying the Java patch
   included in this package (java-clientlib.patch) or ask for assistance
   to the LAC team.
   
   If everything is working, an icon should appear in the server Swing window
   when you run the client.
   
Lua:

   With the Java server running (ie, the Swing window open), run the
   Lua client.

   ./env.sh
   lua lac/clientlib/tests/helloworld/helloclient.lua
   
   Like the Java version, if everything is working, an icon should appear in
   the server Swing window when you run the client.

