Tagged Questions

0
votes
2answers
152 views

Finding a process from Java

In Java or via some Eclipse plugin, is it possible to find a process by name without dropping down to native code? Specifically, I want to determine if a web browser is running and let the user know ...