Hey Aaron, You should ignore that error, it is the script that must be wrong. We extensively test with Java 8 internally, and have seen no issues.
But since I tested the script, would you mind telling me what you are seeing exactly? It is _supposed_ to capture `java -version` and detect whether it is greater than or equal to 1.7, using some regex magic. So, what exactly is your `java -version` at that point? Note: you might have more than one JVM installed, so can I ask you to capture the effective JVM / the value of JAVA_CMD. Thanks! - Lasse On Thu, Jun 4, 2015 at 2:17 AM, Aaron Castro <[email protected]> wrote: > Hi, as long as I have read neo4j 2.2.2 has support to java8, but we are > getting an Error from the bin/utils script using function > show_java_requirements() called by function complain_about_java_version() > on line ~ 365. Can we ignore this error (it's a bug on the script) or it's > a real error ? > > Thank you > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
