When you look at the javaBinaryPathDefault variable, you can see that its initial state on Windows is C:\jre8\bin\javaw.exe, while the real default Java 8 path on Windows is C:\Program Files\Java\jre1.8.0_<e.g._221_for_Java_8u221>\bin\<chosen_Java_binary>.
If it is done on purpose, because e.g. you have Java in such path, feel free to close this issue. But if not, it would be nice if you could change the initial state of the variable to the real default path.
When you look at the
javaBinaryPathDefault
variable, you can see that its initial state on Windows isC:\jre8\bin\javaw.exe
, while the real default Java 8 path on Windows isC:\Program Files\Java\jre1.8.0_<e.g._221_for_Java_8u221>\bin\<chosen_Java_binary>
.If it is done on purpose, because e.g. you have Java in such path, feel free to close this issue. But if not, it would be nice if you could change the initial state of the variable to the real default path.