Searched refs:JACK_JAR (Results 1 – 1 of 1) sorted by relevance
33 private static final File JACK_JAR; field in Jack56 JACK_JAR = jackJarFromEnv;59 JACK_JAR = null;61 JACK_JAR = jackJar;77 if (JACK_JAR != null) { in getJackCommand()79 return new Jack(log, Lists.newArrayList("java", "-jar", JACK_JAR.getAbsolutePath())); in getJackCommand()