You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/07/26 09:25:28 UTC

[GitHub] [commons-daemon] mplwork opened a new pull request #12: Fix registry search if only JDK installed.

mplwork opened a new pull request #12: Fix registry search if only JDK installed.
URL: https://github.com/apache/commons-daemon/pull/12
 
 
   Fixes https://issues.apache.org/jira/browse/DAEMON-404
   
   We need to always search for a JDK.
   
   OpenJdk and newer Java versions do not install a separate JRE anymore.
   They only create keys in
   
   [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK]
   
   and some stubs in
   
   [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit]
   [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services