Skip to content

Instantly share code, notes, and snippets.

@NaniteFactory
Last active June 21, 2018 18:49
Show Gist options
  • Select an option

  • Save NaniteFactory/1bd238f57ab90601bd962ebe5253bf22 to your computer and use it in GitHub Desktop.

Select an option

Save NaniteFactory/1bd238f57ab90601bd962ebe5253bf22 to your computer and use it in GitHub Desktop.
(EXAMPLE) Registry for legacy applications that cannot detect JRE version >= 1.9
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"
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