mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
Implemented Runtime.exec, Process.waitFor and Process.exitValue for non-windows
This commit is contained in:
@ -49,8 +49,6 @@ public class Runtime {
|
||||
return new MyProcess(process[0], (int) process[1], (int) process[2], (int) process[3]);
|
||||
}
|
||||
|
||||
//private static native void exec(String command, int[] process);
|
||||
|
||||
private static native void exec(String[] command, long[] process);
|
||||
|
||||
private static native int exitValue(long pid);
|
||||
|
Reference in New Issue
Block a user