neo4j: add caveat for JRE 7
Closes Homebrew/homebrew#20061. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e219ed6052
commit
dbd6a89592
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue