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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The registry entries can be found in |
Beta Was this translation helpful? Give feedback.
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.