Package | Description |
---|---|
org.ops4j.exec |
Modifier and Type | Method and Description |
---|---|
void |
JavaRunner.exec(String[] vmOptions,
String[] classpath,
String mainClass,
String[] programOptions,
String javaHome,
File workingDir)
Starts the selected Java program, up to service implementation whether it waits for it to exit.
|
void |
DefaultJavaRunner.exec(String[] vmOptions,
String[] classpath,
String mainClass,
String[] programOptions,
String javaHome,
File workingDirectory) |
void |
JavaRunner.exec(String[] vmOptions,
String[] classpath,
String mainClass,
String[] programOptions,
String javaHome,
File workingDir,
String[] environmentVariables)
Starts the selected Java program, up to service implementation whether it waits for it to exit.
|
void |
DefaultJavaRunner.exec(String[] vmOptions,
String[] classpath,
String mainClass,
String[] programOptions,
String javaHome,
File workingDirectory,
String[] envOptions)
Starts the selected Java program, up to service implementation whether it waits for it to exit.
|
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.