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!

3 comments
Comment actions Permalink

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

5
Comment actions Permalink

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

cheers

2
Comment actions Permalink

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

0

Please sign in to leave a comment.