Lines Matching refs:JAVA
654 JAVA
16761 # Extract the first word of "java", so it can be a program name with args.
16762 set dummy java; ac_word=$2
16768 case $JAVA in
16770 ac_cv_path_JAVA="$JAVA" # Let the user override the test with a path.
16788 test -z "$ac_cv_path_JAVA" && ac_cv_path_JAVA="java"
16792 JAVA=$ac_cv_path_JAVA
16793 if test -n "$JAVA"; then
16794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5
16795 $as_echo "$JAVA" >&6; }
16802 if test -f $JAVA; then
16803 x=`readlink -f $JAVA`
16827 gprofng will be build without support for profiling Java applications.
16830 gprofng will be build without support for profiling Java applications.
16837 cat > Simple.java << EOF
16840 System.out.println("Hello Java");
16844 if { ac_try='$JAVAC Simple.java >&5 2>&5'