Class Java13CommandLauncher

java.lang.Object
org.apache.commons.exec.launcher.CommandLauncherImpl
org.apache.commons.exec.launcher.Java13CommandLauncher
All Implemented Interfaces:
CommandLauncher
Direct Known Subclasses:
VmsCommandLauncher

A command launcher for Java 1.3 (and higher). Uses the built-in Runtime.exec(String, String[], File) command.