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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -