On Mon, May 12, 2003 at 05:26:17PM +0100, Graham Trott wrote:
Question: Why when I give the command "killall java" does nothing happen?
Something does happen, it usually will send the processes a SIGTERM. To forcefully kill them, try with "killall -9 java", or "killall -KILL java".
-- ^iD^, id@nooped.com