-
Notifications
You must be signed in to change notification settings - Fork 446
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
Default value for jdkPackagerTool
is computed incorrectly on Windows.
#495
Comments
I plan on working on this one. |
Issue appears to be that under windows, a separate JRE is installed with the JDK, and the JRE |
Also forgot about Windows executables having the (hidden) ".exe" extension. |
… SBT is running in the parallel installed JRE.
Pull request submitted. |
@metasim , if you include |
@muuki88 Thanks for the tip. Was my mistake that "Fix" wasn't all caps? Or that I just needed to wait for the PR process to finish? |
I think that should matter. The pr just hasn't been merged yet :) |
Fix #495. Enhanced `locateJDKPackagerTool` to work on Windows when SBT...
The
locateJDKPackagerTool()
did work on windows, I had to set the setting with:The text was updated successfully, but these errors were encountered: