如果我有特定的PID,如何从Windows上的Java代码中杀死一个特定的进程。
除了执行特定的Windows命令(如Runtime.getRuntime().exec("taskkill /F /PID 827");之外,我不知道任何其他解决方案Runtime.getRuntime().exec("taskkill /F /PID 827");
Windows
Runtime.getRuntime().exec("taskkill /F /PID 827");