Hi,
I would like to run my graph app written in Java 11 on Neo4j Desktop (1.4.3+), but
the app won't start because jre 1.8 is being used.
System.getProperty("java.home") confirms this. (".Neo4j-data\distributions\java\zulu8.48.0.53-ca-jdk8.0.265\jre")
I use Javascript Injected API to run my Java app. Is it somehow possible to use java 11 jre from within .Neo4j-data\distributions\java\ ? How to achieve this?
Thanks in advance!