public class ExecuteCommand extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLASSPATH |
static String |
JAVA_HOME |
Constructor and Description |
---|
ExecuteCommand() |
Modifier and Type | Method and Description |
---|---|
static int |
executeCommand(String[] commandArray,
String[] environment,
StringBuffer resultBuffer)
Method executeCommand
|
static String |
executeJavaCommand(String jarName,
String className,
String arguments)
Execute java command
|
public static String executeJavaCommand(String jarName, String className, String arguments) throws Exception
Exception
public static int executeCommand(String[] commandArray, String[] environment, StringBuffer resultBuffer)
commandArray
- environment
- resultBuffer
- Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.