static void makeExecutable(File file) ctex { if (!isWindows()) try { makeExecutable_java7(file); } catch { backtick("chmod a+rx " + bashQuote(file)); } }