In my current environment ,
1) I have hadoop running with java version "1.7.0_91"
2) I have a new requirement where I have to install neo4j 3.0 which require java 8 which I have installed but not used as default. The default version used is "1.7.0_91" only.
Now my question is how can I point my neo4j to run 1.8 while without disturbing the old version. Both the java version are installed under /usr/java
I tried this command to run
neo4j install
PATH=/usr/java/jdk1.8.0_60/bin:$PATH ./bin/neo4j start
but no luck, can someone please help me resolve this issue