This Erlang example implements a clock server which uses the Jive
interface to communicate with a Java Application. 

Start Erlang with a path so it can find the Jive modules e.g. 

erl -pz ../../../ebin

Start the Jive server on port 14000.

clock:init().

The Jive server is then initialized, and when a user starts the example
Java Application a clock process gets spawned; sending time stamps back
to the Java Application every second. 

Author: Kaj Nygren, <kaj@medialab.ericsson.se>
