6364656667686970
String exe = conf.executable; if (exe == null) { throw new CeylonRuntimeException("Missing -executable argument"); } Executable executable = createInstance(Executable.class, exe); executable.execute(conf); }