How to close IntelliJ IDEA if it hung? [Linux] Permanently deleted user 创建于 2012年09月30日 19:17 Hello! I'm using Ubuntu 12.04 and trying to figure out why IntelliJ IDEA hangs so often for me, I cannot even close it then - what is the name of process which killing would close it?Regards!
it is running as a java process..so easiets way to kill it is by using
killall java -9
(if you don't have any other java processes, otherwise use top or Ubuntu system monitor and find which process number it is.)
It actually doesn't work if program freeze on splash. The splash seems unddestructable :) .
strange. You can use xkill in this case...
cheers