jps the java process tool

All UNIX-like systems come with a 'ps' utility which displays the processes running -- however any java application will just show up as the 'java' process since everything runes in the java vm.

If you are looking for insight into the processes inside a java virtual machine try: "jps" -- which will print a list of java processes to STDOUT.