How to force Neo4j Desktop to use Java 11 in a graph app

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!

Hi @ibecar ,

That seems to be a bug in the current version. A fix has been merged which bumps the version used to Java 11, which will be available in the next Desktop release.

Sorry for the troubles.

Best,
ABK

/cc @angelo.gazzola

Perfect, thanks for info!