To start this demo under Unix, first run the server with:

CLASSPATH=../../jlib:classes:$CLASSPATH java hello.Server

And then the client with:

CLASSPATH=../../jlib:classes:$CLASSPATH java hello.Client

Under Windows, use:

set CLASSPATH=..\..\jlib;classes;%CLASSPATH%
java hello.Server

And:

set CLASSPATH=..\..\jlib;classes;%CLASSPATH%
java hello.Client

If you use the Microsoft Visual J++, use the command "jview" instead
of "java".

To start the client as applet with the "appletviewer" tool, you can
use "Hello.html", which is automatically generated by the server:

CLASSPATH=../../jlib:classes:$CLASSPATH appletviewer Hello.html

Under Windows, use:

set CLASSPATH=..\..\jlib;classes;%CLASSPATH%
appletviewer Hello.html

For a detailed description of this example, please have a look at the
"Getting started" section of the OmniBroker manual.
