You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After hitting a common installation issue and digging into the source, I found that JDK_HOME env var needs to be set.
Current Java installers on Windows don't appear to set this (but set JAVA_HOME instead). Suggest to explicitly mention requiring JDK_HOME to the installation documentation. Thanks!