What I did was download the JDK from here, start a windows command prompt (windows+r CMD) and set the environment variable JAVA_HOME to c:\Program Files\Java\jdk-14 with:
set JAVA_HOME="c:\Program Files\Java\jdk-14"
Then run what I wanted to run. It failed afterwards, but on a different issue.