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 -

Camel ProducerTemplate possible memory leak -

javascript - Adhering to a max length setting with jshint -