The Java installation to use. If not defined, the Java home for the current process is used.
Configures the forked standard output and error streams. If not defined, StdoutOutput is used, which maps the forked output to the output of this process and the forked error to the error stream of the forking process.
The list of jars to put on the forked boot classpath. By default, this is empty.
The directory to use as the working directory for the forked process. By default, this is the working directory of the forking process.
The options to prepend to all user-specified arguments. By default, this is empty.
If true, the standard input of the forked process is connected to the standard input of this process. Otherwise, it is connected to an empty input stream. Connecting input streams can be problematic, especially on versions before Java 7.
The environment variables to provide to the forked process. By default, none are provided.
The list of jars to put on the forked boot classpath.
The list of jars to put on the forked boot classpath. By default, this is empty.
If true, the standard input of the forked process is connected to the standard input of this process.
If true, the standard input of the forked process is connected to the standard input of this process. Otherwise, it is connected to an empty input stream. Connecting input streams can be problematic, especially on versions before Java 7.
The environment variables to provide to the forked process.
The environment variables to provide to the forked process. By default, none are provided.
The Java installation to use.
The Java installation to use. If not defined, the Java home for the current process is used.
Configures the forked standard output and error streams.
Configures the forked standard output and error streams. If not defined, StdoutOutput is used, which maps the forked output to the output of this process and the forked error to the error stream of the forking process.
The options to prepend to all user-specified arguments.
The options to prepend to all user-specified arguments. By default, this is empty.
The directory to use as the working directory for the forked process.
The directory to use as the working directory for the forked process. By default, this is the working directory of the forking process.
(Since version 0.13.0) Use bootJars.
Configures forking.
The Java installation to use. If not defined, the Java home for the current process is used.
Configures the forked standard output and error streams. If not defined, StdoutOutput is used, which maps the forked output to the output of this process and the forked error to the error stream of the forking process.
The list of jars to put on the forked boot classpath. By default, this is empty.
The directory to use as the working directory for the forked process. By default, this is the working directory of the forking process.
The options to prepend to all user-specified arguments. By default, this is empty.
If true, the standard input of the forked process is connected to the standard input of this process. Otherwise, it is connected to an empty input stream. Connecting input streams can be problematic, especially on versions before Java 7.
The environment variables to provide to the forked process. By default, none are provided.