While compiling my project, I'm getting error as 'Running a 32-bit JVM is not supported in this platform'.
When I get this error:
And I get this error when I change my JDK home path to '64-bit JDK' under Project structure -> Platform settings -> SDKs.
Current Solution :
Now if I change my SDK back to 32-bit JDK, it works fine. But when I have my SDK as 64-bit JDK, I'm getting the error as Running a 32-bit JVM is not supported in this platform.
My Question Instead of changing my JDK, how to get out of this problem.
More than that, my question is in, "Running a 32-bit JVM is not supported". Actually I'm not running any JVM here in Intellj. I'm just compiling my Java Source to get a .class files. What is the word running mean here...