|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I met the same issue when added a second JDK on Windows Server.
In my case, I renamed the files, java.exe, javaw.exe, javaws.exe in Windows\System32, into java_.exe, javaw_.exe, javaws_.exe and finally Jenkins runs using JAVA_HOME's java with "Default".
I guess installing a second JDK will update java.exe in Windows\System32 and "Default" setting won't use JAVA_HOME.