Neo4j configure path to java 8 -
how configure neo4j default path java_home other path? current server has java 6 installed , applications depend on it. need configure neo4j java 8 folder without changing java_home. how do this?
while try , fix scripts depend on java_home :
- installation_directory/bin/* on linux
- installation_directory\bin\neo4j-management\get-java.ps1 on windows
your best bet i.m.o override java_home in session start neo4j. if you're using package installations on linux, should set java_home override in environment of neo4j user (that should not impact other softwares).
hope helps,
regards, tom
p.s. fact running other applications on same machine neo4j may not idea if we're talking production environment (it's not idea environment in fact).
Comments
Post a Comment