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

Windows installer should also register key Java Runtime Environment\1.8 #40

Closed
ziyiluo opened this issue Jan 14, 2019 · 2 comments
Closed
Assignees

Comments

@ziyiluo
Copy link
Contributor

ziyiluo commented Jan 14, 2019

Forked from #14 , comment from @cakruege

1.8.0_192 is created but not 1.8. The following key is missing:

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.8]
"JavaHome"="C:\\Program Files\\Amazon Corretto\\jre8"
"MicroVersion"="0"
"RuntimeLib"="C:\\Program Files\\Amazon Corretto\\jre8\\bin\\server\\jvm.dll"

For example microsoft build agents didn't pickup the existance of corretto:
https://github.com/Microsoft/azure-pipelines-agent/blob/master/src/Misc/layoutbin/powershell/Add-JavaCapabilities.ps1

@ckrueger1979
Copy link

Same for JDK. 1.8 without build number is missing

@yoroto
Copy link

yoroto commented Jan 24, 2019

The registry keys have been added to the u202 release which we published today.

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

3 participants