No.
Since Java is an agnostic of the OS, and not every operating system processes the list the same way, you must run a command line program, for example ps for * nix or tasklist for Windows (after you have determined re run on, of course), which will list everything processes and then analyze them.
source share