java - Intellij IDEA failed to run -


i error every time run idea, seems because use 64 bit running idea of 32 bit. i've searched, refers me use idea64.exe, can find it?

enter image description here

intellij idea bundled 64-bit java version. 32-bit jdk not provided. if install on 32-bit system, there checkbox in installer automatically download , configure 32-bit runtime intellij idea.

installer has options create both 32-bit , 64-bit executable shortcuts. if want run 64-bit version, use idea_home\bin\idea64.exe.

or can download runtime version , unpack idea_home directory (so have idea_home\jre). make sure start intellij idea bin\idea.exe instead of bin\idea64.exe. start intellij idea in 32-bit mode.

another option download .zip version windows, has both 32-bit , 64-bit runtimes. can use either bin\idea.exe or bin\idea64.exe run (if on 64-bit system):

download zip


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -