This project was born out of my personal frustration with having to manually switch between different JDK versions on Windows. The traditional approach of constantly updating JAVA_HOME and PATH ...
[@FroMage] JAVA_HOME is only considered on Windows if the registry failed to find Java, but it should be the other way around and JAVA_HOME should override the registry which we should only query if ...