Last active
July 6, 2023 07:39
-
-
Save orzklv/62df22fd1aafb9b19b68e380f11f7f50 to your computer and use it in GitHub Desktop.
Add OpenJDK 18 to registrars on Windows 11. This action is not being automatically done on default if you install Java with scoop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\JavaSoft] | |
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\JavaSoft\Java Runtime Environment] | |
"CurrentVersion"="18.0.1" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\JavaSoft\Java Runtime Environment\18.0] | |
"JavaHome"="C:\\Users\\Sakhib\\Scoop\\apps\\openjdk\\current" | |
"MicroVersion"="0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't forget to change location to your Scoop path!