So, how can I check if a process is running in Java?
I'm running a private server of some game...
And I got the player's IP and the port that they are using to connect..
Thanks in-advance.
EDIT:
I am using Windows 7, and again, I need to get the client's processes information
and then determine if the process is running or not, and not my server's computer
processes.. :/
any ideas?? :(