To ensure the correct function of my Java program I need to know which other Java processes are running on the system currently that I have NOT started. How do I get information about the other running Java processes? Is it possible to terminate this Java processes from my Java application? It is NOT possible the exit the whole Java process, because that will terminate my program, too. Is it possible to write a platform independent source code?
Many thanks in advance!