public abstract class SystemPathUtil
extends java.lang.Object
| Constructor and Description |
|---|
SystemPathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
findExecutable(java.lang.String name)
Locate an executable on the system PATH; returns null if not found.
|