Class NativeRunner

java.lang.Object
com.diffplug.gradle.eclipserunner.NativeRunner
All Implemented Interfaces:
EclipseRunner

public class NativeRunner extends Object implements EclipseRunner
Runs an `EclipseApp` using a native launcher (such as eclipsec.exe).
  • Constructor Details

    • NativeRunner

      public NativeRunner(File eclipsec)
      Pass it the location of the launcher file.
  • Method Details