Most visited

Recently visited

Added in API level 1

ProcessBuilder

public final class ProcessBuilder
extends Object

java.lang.Object
   ↳ java.lang.ProcessBuilder


This class is used to create operating system processes.

Each ProcessBuilder instance manages a collection of process attributes. The start() method creates a new Process instance with those attributes. The start() method can be invoked repeatedly from the same instance to create new subprocesses with identical or related attributes.

Each process builder manages these process attributes:

Hooray!