Class JavaExecutable
java.lang.Object
org.springframework.boot.loader.tools.JavaExecutable
Provides access to the java binary executable, regardless of OS.
- Since:
- 1.1.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprocessBuilder(String... arguments) Create a newProcessBuilderthat will run with the Java executable.toString()
- 
Constructor Details- 
JavaExecutablepublic JavaExecutable()
 
- 
- 
Method Details- 
processBuilderCreate a newProcessBuilderthat will run with the Java executable.- Parameters:
- arguments- the command arguments
- Returns:
- a ProcessBuilder
 
- 
toString
 
-