Controlling other applications' windows

I need to figure out if a certain application is running (Acrobat Reader, to be precise). Can it be done (simply saying yes wouldn't be very polite... :-) ) with Java means and technology or do I have to use third party tools? If so, which?Hoping for answers!!!!
[291 byte] By [mwenzel1] at [2007-9-26 7:04:46]
# 1
You can't do it with pure Java. You could do it with JNI if you didn't mind limiting yourself to one operating system, or having one version of the code for each operating system.
DrClap at 2007-7-1 16:43:33 > top of Java-index,Core,Core APIs...