From 6a64ea6171518ff09dbbee5fb5e94a90b4e63471 Mon Sep 17 00:00:00 2001 From: Chris Riccomini Date: Mon, 29 Sep 2014 10:57:38 -0700 Subject: [PATCH] add note about java 7 --- java/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/java/RELEASE.md b/java/RELEASE.md index 6b5eaf5af..cc35dc33c 100644 --- a/java/RELEASE.md +++ b/java/RELEASE.md @@ -7,6 +7,7 @@ Building a cross-platform JAR requires: * [Vagrant](https://www.vagrantup.com/) * [Virtualbox](https://www.virtualbox.org/) * A Mac OSX machine that can compile RocksDB. + * Java 7 set as JAVA_HOME. Once you have these items, run this make command from RocksDB's root source directory: