Re: How to get all the running processes in Windows Xp using Java?



Under Windows XP you could use Runtime.exec() with the tasklist command
then parse the result to get the information needed.

This will be a good idea, thank you very much!

Jason

.