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 they may need to restart the browser.
I know native code is always an option but I want to avoid setting up another JNI library if I can avoid it.