Warning: caution should be exercised when using this class - it allows any process to be started with no security restrictions.
62636465666768
* this object. * * @param threadPool executor thread pool used for managing sub processes */ JavaSystemInfo(ExecutorService threadPool) { javaExec = new ProcessExecutor(threadPool); }