| Name | Description | Type | Package | Framework |
| CommandLauncher | Interface to shield the caller from the various platform-dependentVersion:$Id: CommandLauncher. | Interface | org.apache.commons.exec.launcher | Apache Commons |
| CommandLauncherFactory | Builds a command launcher for the OS and JVM we are running under. | Class | org.apache.commons.exec.launcher | Apache Commons |
| CommandLauncherImpl | A command launcher for a particular JVM/OS platform. | Class | org.apache.commons.exec.launcher | Apache Commons |
| CommandLauncherProxy | A command launcher that proxies another command launcher. | Class | org.apache.commons.exec.launcher | Apache Commons |
| Java13CommandLauncher | A command launcher for JDK/JRE 1. | Class | org.apache.commons.exec.launcher | Apache Commons |
| OS2CommandLauncher | A command launcher for OS/2 that uses 'cmd. | Class | org.apache.commons.exec.launcher | Apache Commons |
| VmsCommandLauncher | A command launcher for VMS that writes the command to a temporary DCL script before launching commands. | Class | org.apache.commons.exec.launcher | Apache Commons |
| WinNTCommandLauncher | A command launcher for Windows XP/2000/NT that uses 'cmd. | Class | org.apache.commons.exec.launcher | Apache Commons |