ZkDash is an zookeeper path and data gui browser。Implement by swing and sgroschupf zkclient
- Download latest release version binary package from here
- Unzip the downloaded zip file
$ unzip zkdash-$version.zip
- Make sure you have install JDK8+ and had set JAVA_HOME environment.
- Run
./zkdash.shon Linux/Mac system, or run./zkdash.batin Windows system.
- Git clone this project
- Make sure you have install JDK8+ and Maven3+
- Run
mvn packagein project root directory - Jar file will be build in
targetdirectory - And then you can
java -jar zkdash-$version.jar