Lines Matching refs:JAVA
655 JAVA
17198 # Extract the first word of "java", so it can be a program name with args.
17199 set dummy java; ac_word=$2
17205 case $JAVA in
17207 ac_cv_path_JAVA="$JAVA" # Let the user override the test with a path.
17225 test -z "$ac_cv_path_JAVA" && ac_cv_path_JAVA="java"
17229 JAVA=$ac_cv_path_JAVA
17230 if test -n "$JAVA"; then
17231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5
17232 $as_echo "$JAVA" >&6; }
17239 if test -f $JAVA; then
17240 x=`readlink -f $JAVA`
17264 gprofng will be build without support for profiling Java applications.
17267 gprofng will be build without support for profiling Java applications.
17274 cat > Simple.java << EOF
17277 System.out.println("Hello Java");
17281 if { ac_try='$JAVAC Simple.java >&5 2>&5'