What the Process API is
How to interact with the current process running the Java application
How to create a native process
How to get information about a new process
How to get information about the current process
How to get information about all system processes
How to set permissions to create, query, and manage native processes
All example programs in this chapter are members of a jdojo.process module, as declared in Listing 10-1.
The Declaration of a jdojo.process ...