neo4j: add caveat for JRE 7

Closes Homebrew/homebrew#20061.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ian Lancaster 2013-05-24 19:17:39 -04:00 committed by Adam Vandenberg
parent e219ed6052
commit dbd6a89592

View file

@ -55,6 +55,9 @@ class Neo4j < Formula
The manual can be found in:
#{libexec}/doc/
You may need to add JAVA_HOME to your shell profile:
export JAVA_HOME="$(/usr/libexec/java_home)"
EOS
end
end