Change Current Java Version in Windows 10 in one click - using a batch file [draft]
In the world of microservices, we work on different versions of Java in different microservices. It takes some effort to open the Windows configuration screen to change the Java version and run your builds. Manually doing it once in a while is ok, but what if you want to do it when you have a production defect in hand? I found an opportunity to automate this. So I created this simple batch file to change the Java version with one click....