No registry entries without FeatureOracleJavaSoft flag? #329
|
Is it correct that if the FeatureOracleJavaSoft flag is not passed to the installer, that no registry entries will be created? Currently we let Microsoft Visual Studio 2022 install OpenJDK for us. The resulting OpenJDK install gets added to the path, but without other additional registry entries the code for the Azure Pipelines agent doesn't detect the I wanted to make sure that I'm not missing any existing out-of-the-box registry entries that the agent code could use to detect Microsoft's OpenJDK install. |
Answered by
HamsterExAstris
Oct 25, 2022
Replies: 1 comment 1 reply
|
The registry entries can be found in |
1 reply
Answer selected by
HamsterExAstris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The registry entries can be found in
HKLM:\SOFTWARE\Microsoft\JDK. There's already an open issue and PR to update the Azure Pipelines agent accordingly.