This extension point allows an alternate implementation of the java.lang.Runtime#exec() methods to be supplied. This is useful because the Java runtime provides limited support for controlling external processes.
the fully qualified name of a class that implements <code>org.eclipse.remote.core.IProcessFactory</code>
<pre>
<extension point="org.eclipse.remote.core.processFactory">
<processFactory class="MyProcessFactoryClass"/>
</extension>
</pre>
The value of the class attribute must implement the interface <code>org.eclipse.remote.core.IProcessFactory</code>
Copyright (c) 2013 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html