Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-05-2020 03:03 PM
Unable to find any JVMs matching version "11" running console after installation of mac community server
05-11-2020 08:36 AM
More details would better help us help you.
https://jdk.java.net/java-se-ri/11
https://openjdk.java.net/install/
07-09-2020 04:35 PM
I ran into the same issue after running brew upgrade.
For me the solution was to install official JDK 11, not brew's openjdk. No matter what I tried, I couldn't get neoj4 to recognize that I have openjdk@11 via brew installed.
https://www.oracle.com/java/technologies/javase-downloads.html
To see which versions of jdk you have installed, try running
ls -la /Library/Java/JavaVirtualMachines/
you should see something like
ls -la /Library/Java/JavaVirtualMachines/ 2126ms Thu Jul 9 18:30:19 2020
total 0
drwxr-xr-x 5 root wheel 160 Jul 9 18:30 ./
drwxr-xr-x 5 root wheel 160 Jun 1 14:34 ../
drwxr-xr-x 3 root wheel 96 Jul 9 18:29 jdk-11.0.7.jdk/
drwxr-xr-x 3 root wheel 96 Jul 9 18:30 jdk-14.0.1.jdk/
drwxr-xr-x 3 root wheel 96 Oct 1 2018 jdk1.8.0_181.jdk/
10-09-2020 10:53 AM
Installing OpenJDK 11 resolved the issue for me. I'm running version 4.1.3 of neo4j.
openjdk version "11.0.8" 2020-07-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.8+10, mixed mode)
10-26-2020 12:06 PM
Installing OpenJDK 11 resolved this for me as well. I'm running the 4.0.8 community edition of Neo4j.
brew install openjdk@11
And then symlink:
sudo ln -sfn /usr/local/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
05-09-2021 05:51 AM
I faced the same issue. I fixed it by setting up JAVA_HOME and Adding JAVA path in the path variable. I added these in bash_profile, spinned new terminal and it worked perfectly. Hope this helps.
All the sessions of the conference are now available online