dbclick idea(64).exe no response.

Answered

The idea crashed a hour ago, and I couldn't open it again. When I dbclick the idea.exe, no response, no idea.exe found in Windows task manager.

Best regards!

0
4 comments

Try to reinstall from http://www.jetbrains.com/idea/download/index.html and remove IDE folders to start with the defaults: https://intellij-support.jetbrains.com/hc/articles/206544519.

If it doesn't help, try running using idea.bat in cmd.exe console to see the actual error that may help to fix the problem.

1

E:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\bin>idea.bat
Error occurred during initialization of VM
Could not reserve enough space for 1572864KB object heap

Thx for quick response, I found the problem. But I still dont know how to reconfig the object heap option. 

0
 

Here is how to fix it: Go to Start->Control Panel->System->Advanced(tab)->Environment Variables->System

Variables->New:
Variable name: _JAVA_OPTIONS   
Variable value: -Xmx512M
0

Please sign in to leave a comment.