提交 db2b6cfc 编写于 作者: P pchelko

8031765: Child process error stream is not empty!

Reviewed-by: anthony, serb
上级 fba82c7c
...@@ -81,7 +81,7 @@ public class ProcessCommunicator { ...@@ -81,7 +81,7 @@ public class ProcessCommunicator {
public static ProcessResults executeChildProcess(final Class classToExecute, public static ProcessResults executeChildProcess(final Class classToExecute,
final String [] args) final String [] args)
{ {
return executeChildProcess(classToExecute, " ", args); return executeChildProcess(classToExecute, System.getProperty("java.class.path"), args);
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册