-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
gu
in JDK11 distribution is invalid
#1392
Comments
@bobmcwhirter are you using could you please elaborate ? |
So yes, I guess the launcher script seems correct, but it's not finding it's own jar:
The script seems to assume |
Working on a fix. javaCompliance being applied more liberally. |
Adjust the javaCompliance to allow for java 1.8+ instead of exactly 1.8.
Adjust the javaCompliance to allow for java 1.8+ instead of exactly 1.8.
Already fixed by 6c1fe58 |
When building the JDK11-centric distribution, the
bin/gu
still presumes it's under a non-existent JRE.As it's an extracted dependency (I guess?) I'm finding no simple way to rewrite or provide an alternative
gu_jdk11
source for the script.The text was updated successfully, but these errors were encountered: