> If you have an app running on your local machine, how
> do you find out the correct API for that app so that
> you can hook into it with java?
>
1. Figure out what you want to do.
2. Find the docs that document the OS/platform you are running on.
3. Read a lot in 2.
4. Finally figure out the couple of methods you need (based on all of the above.)