public class NativeRunner extends Object implements EclipseRunner
Runs an EclipseApp
using a native launcher (such as eclipsec.exe
).
Constructor and Description |
---|
NativeRunner(File eclipsec)
Pass it the location of the launcher file.
|
Modifier and Type | Method and Description |
---|---|
void |
run(List<String> args)
Runs the eclipse instance with the given arguments.
|
public NativeRunner(File eclipsec)
Pass it the location of the launcher file.
public void run(List<String> args) throws Exception
EclipseRunner
Runs the eclipse instance with the given arguments.
run
in interface EclipseRunner
Exception