标签: java windows process pid
我有这个:
Process p = Runtime.getRuntime().exec("foo.exe");
我希望得到这个过程的pid。
注意:可以有更多正在运行的进程名为foo.exe
foo.exe
system:windows