The Jack Compiler can be used to compile Jack source code into a virtual machine language. (For use with the Nand2Tetris module: https://www.nand2tetris.org/)
Compile each Java class individually javac <javaclass>
or all with javac *.java
.
Run the compiler on a file or directory java com.JackCompiler <file/directory name>