Beispiel #1
0
 public String[] renderCommandLine(IEnvironment environment, String interpreter) {
   IFileHandle interpreterPath =
       PlatformFileUtils.findAbsoluteOrEclipseRelativeFile(environment, new Path(interpreter));
   IPath localPath = EnvironmentPathUtils.getLocalPath(interpreterPath.getFullPath());
   return renderCommandLine(environment, localPath);
 }