Home | History | Annotate | Download | only in tools

Lines Matching refs:javac

18 # Calls javac with the -bootclasspath values passed in automatically.
20 # If $JAVAC is set, it will call that instead of 'javac'.
28 # --show-commands: Print the javac command being executed.
31 # All other args are forwarded to javac
37 if [[ -z $JAVAC ]]; then
38 JAVAC=javac
47 echo "Usage: $0 [--mode=host|target|jvm] [--core-only] [--show-commands] <javac args>"
102 echo ${JAVAC} "${javac_args[@]}" "$@"
105 ${JAVAC} "${javac_args[@]}" "$@"