I had the same problem. To be more specific, I had set the JAVA_HOME variable to “C:\Program Files\Zulu\zulu-11\bin”, but the “\bin”-part is automatically appended and has to be removed.
So the correct JAVA_HOME is the plain install path of Java:
“C:\Program Files\Zulu\zulu-11”