-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Jdk path points to the wrong location when run latest-nightly #311
Comments
I think part of the reason is that the I was thinking of extending the |
@mfussenegger If I understand you correctly the idea for the nightly build |
Yes. I was thinking of monkey patching the The easier solution would be to provide nightly for all 3 platforms. A workaround is btw. to use |
The jdk path points to the wrong location when starting up
latest-nightly
incr8 0.18.1.dev5+g74d5c9f.d20200427
on mac os x.The path:
/Users/mkleen/.cache/cr8/crates/crate-4.2.0-202004270003-1d3ac73/jdk/Contents/Home/bin/java
should point to:
/Users/mkleen/.cache/cr8/crates/crate-4.2.0-202004270003-1d3ac73/jdk/bin/java
The text was updated successfully, but these errors were encountered: