We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If no embedded java is present, and JAVA_HOME is unset, I'm seeing:
java
JAVA_HOME
$ Contents/MacOS/ImageJ-macosx No known JRE; cannot link to Java library Warning: falling back to System JVM
Even though I have a few system-wide Java installations:
$ /usr/libexec/java_home -V Matching Java Virtual Machines (3): 14.0.2, x86_64: "AdoptOpenJDK 14" /Library/Java/JavaVirtualMachines/adoptopenjdk-14.jdk/Contents/Home 11.0.2, x86_64: "AdoptOpenJDK 11" /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home 1.8.0_265, x86_64: "AdoptOpenJDK 8" /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home /Library/Java/JavaVirtualMachines/adoptopenjdk-14.jdk/Contents/Home
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If no embedded
java
is present, andJAVA_HOME
is unset, I'm seeing:Even though I have a few system-wide Java installations:
The text was updated successfully, but these errors were encountered: