You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Prasad Jeewantha <je...@gmail.com> on 2011/04/25 08:55:47 UTC

tutorial zookeeper java example help

i did this tutorial in netbeans. I added the classes Executor.java and
DataMonitor.java and made Executor.java run. All I get is this output
run:
USAGE: Executor hostPort znode filename program [args ...]
Java Result: 2
BUILD SUCCESSFUL (total time: 0 seconds)

please explain how to make the simple watch client step by step. Im new to
zookeeper

Re: tutorial zookeeper java example help

Posted by Prasad Jeewantha <je...@gmail.com>.
tutorial link- http://zookeeper.apache.org/doc/current/javaExample.html

On Mon, Apr 25, 2011 at 11:55 AM, Prasad Jeewantha <je...@gmail.com>wrote:

> i did this tutorial in netbeans. I added the classes Executor.java and
> DataMonitor.java and made Executor.java run. All I get is this output
> run:
> USAGE: Executor hostPort znode filename program [args ...]
> Java Result: 2
> BUILD SUCCESSFUL (total time: 0 seconds)
>
> please explain how to make the simple watch client step by step. Im new to
> zookeeper
>