I recently installed IntelliJ IDEA 2018. However, when I tried to run IntelliJ, I received the following error message:
I looked up my system environment variables which I have posted below:
I checked which version of Java I have on the command prompt:
Java Version | Command Prompt:
I checked my program files:
I also checked my Program Files (x86):
I've had an issue in the past where the oracle jdk was given priority over the jdk I wanted to use and eclipse wouldn't load because of it. While this is not exactly the same issue it seems similar in nature since I see you have a listing for Oracle/java/javapath in your Path environment variable.
I can see in your path that oracle is listed first.
Try listing %JAVA_HOME%/bin; as the first entry inside your Path variable.