Searched refs:javaExecutable (Results 1 – 3 of 3) sorted by relevance
143 javaExecutable="`which javac`"144 if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then149 javaHome="`dirname \"$javaExecutable\"`"150 javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"152 javaExecutable="`readlink -f \"$javaExecutable\"`"154 javaHome="`dirname \"$javaExecutable\"`"
40 File javaExecutable = in testExecutable() local44 assertTrue("Could not find: " + javaExecutable, javaExecutable.exists()); in testExecutable()45 assertTrue(javaExecutable + " is not a file", javaExecutable.isFile()); in testExecutable()
124 def javaExecutable128 javaExecutable = javaExecutable32 != null ? javaExecutable32 : test.executable132 javaExecutable = javaExecutable64 != null ? javaExecutable64 : test.executable139 executable javaExecutable152 executable = javaExecutable