When starting Intellij I am getting the following error:
No JVM Installation found. Please install a 64-bit JDK.
However, I have already downloaded and configured the JDK.
So my JAVA_HOME
in System Variables is set to C:\Program Files\Java\jdk-9.0.4
and PATH
is set to %JAVA_HOME%\bin
Where am I going wrong?