Last active
June 21, 2018 18:49
-
-
Save NaniteFactory/1bd238f57ab90601bd962ebe5253bf22 to your computer and use it in GitHub Desktop.
(EXAMPLE) Registry for legacy applications that cannot detect JRE version >= 1.9
This file contains hidden or 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\JavaSoft\Java Runtime Environment] | |
| "CurrentVersion"="1.8" | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.8] | |
| "JavaHome"="D:\\Program Files\\Java\\jre-10.0.1" | |
| "RuntimeLib"="D:\\Program Files\\Java\\jre-10.0.1\\bin\\server\\jvm.dll" |
This file contains hidden or 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\JavaSoft\Java Runtime Environment] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment