Do your know jps?
It's the Java Virtual Machine Process Status Tool, which means it will show the status of your java processes.
Ever had the need to kill a Java process from an endless list of Java processes running on a server?
Just type jps -m to discover the PID of the process you wish to kill...
./M6