You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by "M.P. Ardhanareeswaran" <mp...@oracle.com> on 2018/09/15 16:15:02 UTC

Does Apache ZooKeeper really need a JDK? Is JRE sufficient?

Does Apache ZooKeeper need a JDK?  Is a JRE sufficient?

With regards,
M.P. Ardhanareeswaran

Re: Does Apache ZooKeeper really need a JDK? Is JRE sufficient?

Posted by Shawn Heisey <ap...@elyograg.org>.
On 9/15/2018 10:15 AM, M.P. Ardhanareeswaran wrote:
> Does Apache ZooKeeper need a JDK?  Is a JRE sufficient?

For running a binary release, JRE is sufficient.

If you want to compile it from source, you'll need the JDK.

Thanks,
Shawn