tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
148 stars 40 forks source link

Server automatic pickup of default ZooKeeper JARs #57

Closed tgockel closed 6 years ago

tgockel commented 7 years ago

By default, the classpath ""/usr/share/java/zookeeper.jar:/usr/share/java/slf4j-api.jar" should work on any system which has ZooKeeper installed. This contains just enough information to run a ZK server for testing purposes.