-
-
Notifications
You must be signed in to change notification settings - Fork 925
Launcher: Defensive fixes #8730
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to detect whether we found a JAVA_HOME a different way that works without the release file; perhaps $JAVA_HOME/bin/java
?
8ecf4fd
to
7e3a1b1
Compare
Added some code to parse |
7e3a1b1
to
7753118
Compare
The problem with this is we find JAVA_HOME by trimming |
7753118
to
89dbb3b
Compare
Added some checks to the launcher to handle missing
HOME
,JAVA_HOME
, or argument to-{C,e,I,S}
Fixes #8747