本文介绍了如何杀死蚂蚁派生进程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个Ant构建文件,有一个任务吧。问题是每一次我杀外蚂蚁过程中派生进程仍在运行在那里,所以会有很多java程序在Windows任务管理器,不知是路那里,当我杀死外Ant的过程中,它会杀死所有子在同一时间处理
I have an Ant build file and there is a task in it. The problem is every time i kill the outer Ant process the forked process is still running out there, so there will be many java process in Windows Task manager, I wonder if there is way when i kill the outer Ant process it will kill all child process at the same time.
感谢。
推荐答案
是使用杀进程树将杀死所有的子进程。
Yes using "kill process tree will" kill all sub-processes.
这篇关于如何杀死蚂蚁派生进程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!