public class JavaExecutable extends Object
| Constructor and Description | 
|---|
| JavaExecutable() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessBuilder | processBuilder(String... arguments)Create a new  ProcessBuilderthat will run with the Java executable. | 
| String | toString() | 
public ProcessBuilder processBuilder(String... arguments)
ProcessBuilder that will run with the Java executable.arguments - the command argumentsProcessBuilderCopyright © 2020 Pivotal Software, Inc.. All rights reserved.