How to close IntelliJ IDEA if it hung? [Linux]

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!

0
3 comments

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.)

6

It actually doesn't work if program freeze on splash. The splash seems unddestructable :) .

0

strange. You can use xkill in this case...

cheers

2

Please sign in to leave a comment.