8031765: Child process error stream is not empty!

Reviewed-by: anthony, serb
This commit is contained in:
Petr Pchelko 2014-03-20 17:34:27 +04:00
parent 33ad6f8979
commit dd01e38812

View File

@ -81,7 +81,7 @@ public class ProcessCommunicator {
public static ProcessResults executeChildProcess(final Class classToExecute,
final String [] args)
{
return executeChildProcess(classToExecute, " ", args);
return executeChildProcess(classToExecute, System.getProperty("java.class.path"), args);
}
/**