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.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -