小编Arc*_*e K的帖子

How to get a list of running processes in Java and check if a process is running?

So I want to check if "join.me" the program is running when my application opens.

https://www.join.me/

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.

java process

0
推荐指数
1
解决办法
6766
查看次数

标签 统计

java ×1

process ×1