So I want to check if "join.me" the program is running when my application opens.
That is the site to the download.
Process joinme = Runtime.getRuntime().exec("join.me");
Run Code Online (Sandbox Code Playgroud)
This doesn't seem to work.
Any idea?
Or I want to cycle through an array of processes to see what the "join.me" process is called.
Cheers.