-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
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
Cannot recognize installed JDK on Windows 10 using Zulu OpenJDK 11 #721
Comments
Getting the same error with adoptopenjdk 8 - openJ9. Even though java is on the path. |
Known issue, nothing we can do about it at the moment. See #602 |
Hi,
i used a workaround from here and changed it like so:
Put this stuff into a file like: thisreallysux.reg, then open regedit and import the file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
Running
boot.exe
results in:Leiningen (via
lein.bat
) works as expected on the exact same setup.I was able to get boot working in bash (from the Git BASH distribution) using
boot.sh
, but boot.exe results in the message above using both cmd.exe and PowerShell.Steps to reproduce
PATH
env variableboot.exe
Platform details
Platform (macOS, Linux, Windows): Windows
Platform version: 10 Home
JRE/JDK version (
java -version
):Boot details
Boot version (2.7.1):
build.boot
present? (yes/no): no, first invocation~/.boot/profile
present? (yes/no): no, first invocationTask name? (if applicable): none, first invocation
The text was updated successfully, but these errors were encountered: