I use Apache Commons Exec banners to create processes. However, I would like to gain control over the process identifier of the called processes.
Is there a way to get the Process object from the Apache Commons Exec api? I have not made any public methods that return a "Process Class".
source
share