Skip to content
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

jrePreferred option not working for OpenJDK #73

Open
SubJunk opened this issue Jun 10, 2020 · 2 comments
Open

jrePreferred option not working for OpenJDK #73

SubJunk opened this issue Jun 10, 2020 · 2 comments

Comments

@SubJunk
Copy link

SubJunk commented Jun 10, 2020

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:

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.

@SubJunk
Copy link
Author

SubJunk commented Oct 18, 2020

This is still happening with AdoptOpenJDK 15+36

@SubJunk
Copy link
Author

SubJunk commented Oct 18, 2020

Likely related to #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant