Intellij IDEA failed to start

I get an error every time I run my IDEA, it seems that this is because I use 64-bit, but with IDEA 32 bits. From what I was looking, it refers to using the idea64.exe file, but where can I find it?

enter image description here

+2
source share
3 answers

IntelliJ IDEA now ships only with a 64-bit version of Java. A 32-bit JDK is not provided. If you install a 32-bit system, the installer will check the box to automatically download and configure the 32-bit runtime for IntelliJ IDEA.

32-, 64- . 64- , IDEA_HOME\bin\idea64.exe.

IDEA_HOME ( IDEA_HOME\jre). IntelliJ IDEA bin\idea.exe bin\idea64.exe. IntelliJ IDEA 32- .

download .zip Windows, 32-, 64- . bin\idea.exe, bin\idea64.exe ( 64- ):

download zip

+2

,

, idea64.exe, ?

:

, IntelliJ IDEA, , C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\ bin\, idea64.exe

0

, 32- JDK ? JDK? , . , 32- , 32- IDE.

-1

Source: https://habr.com/ru/post/1684322/


All Articles