Calling org.apache.zookeeper.server.quorum.QuorumPeerMain.main() isn\'t working.
ServerConfig config = new ServerConfig(); config.parse(new String[] {port, dir}); ZooKeeperServerMain zk = new ZooKeeperServerMain(); zk.runFromConfig(config);