Java - get parent process -
I think Java does not provide much in the API about achieving processes, is there any way By which you can get the parent process of PID / ID in Java?
If you are running Linux, you can use /proc/self/stat.
I think Java does not provide much in the API about achieving processes, is there any way By which you can get the parent process of PID / ID in Java?
If you are running Linux, you can use /proc/self/stat.
Comments
Post a Comment