Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Add a facility to query the id of a process created using Runtime.exec() or the ProcessBuilder api. Important note from Alan Bateman: "You probably know this but a getPid and perhaps a getCurrentPid requires great care. We cannot assume that it can be represented by an int or long, it needs to allow for environment that might not have the notion of process as we know it, also needs consideration of environment where they may be several VMs running in the same process. So lots of wriggle room in the spec, otherwise it will not be implementable everywhere. "