public class ExternalJVMLauncher extends Object
| Constructor and Description |
|---|
ExternalJVMLauncher(String javaPath,
File processLogFolder) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isWindows() |
ManagedProcess |
launchExternalJVM(String name,
Class<?> mainClass,
List<String> vmargs,
List<String> progargs) |
public ManagedProcess launchExternalJVM(String name, Class<?> mainClass, List<String> vmargs, List<String> progargs) throws ManagedProcess.ManagedProcessException
public static boolean isWindows()
Copyright © 2019. All rights reserved.