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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -