I have a program that crashed, its GUI is frozen, and I would like to kill it.
However there is no trace of it among the current processes.
I tried both top and ps -A, but I got nothing.
The program is NetBeans 7.2. Could the reason be that it is a Java program, and what I need to kill is Java itself?
Thank you!
System: OpenSuse 11.4
