Is there a way to get name of the java app associated with a javaw.exe? Basically I need to write a tool, to check (daily) if a specific java app is running on our server (and if not the tool will email me).
I would like to do this in C#...but if there isn't a way I would be open to other suggestions.
I have read this question 265794 but that is more about modifying the java app itself...do all java app's really appear as javaw.ex, unless 'wrapped'??