macOS / binaries /

javac

/usr/bin/javac
Read Java declarations and compile them into class files

The javac command reads source files that contain module, package and type declarations written in the Java programming language, and compiles them into class files that run on the Java Virtual Machine. The javac command can also process annotations in Java source files and classes.