We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use the jrePreferred option, the JDK is still used. The only Java I have on the machine are AdoptOpenJDK 14.0.1 JRE and JDK.
jrePreferred
The output of java -version is:
java -version
openjdk version "14.0.1" 2020-04-14 OpenJDK Runtime Environment AdoptOpenJDK (build 14.0.1+7) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14.0.1+7, mixed mode, sharing)
I had a quick look and I can see there were some related changes in f5603fb#diff-14b729d19c589c162d763bd41c95ec4bR774 but that comment seems to have been added without actually changing the next line f5603fb#diff-14b729d19c589c162d763bd41c95ec4bR775 which is still looking for a format string from Oracle.
Not sure if that is completely wrong but I wanted to mention it in case it is a clue.
The text was updated successfully, but these errors were encountered:
This is still happening with AdoptOpenJDK 15+36
Sorry, something went wrong.
Likely related to #66
No branches or pull requests
When I use the
jrePreferred
option, the JDK is still used. The only Java I have on the machine are AdoptOpenJDK 14.0.1 JRE and JDK.The output of
java -version
is:I had a quick look and I can see there were some related changes in f5603fb#diff-14b729d19c589c162d763bd41c95ec4bR774 but that comment seems to have been added without actually changing the next line f5603fb#diff-14b729d19c589c162d763bd41c95ec4bR775 which is still looking for a format string from Oracle.
Not sure if that is completely wrong but I wanted to mention it in case it is a clue.
The text was updated successfully, but these errors were encountered: