Compiling Your Code (1/2) In CS15, you can compile your code by running javac *.java in the directory where your code is located Notice that we did not have to specify the support code’s jar location, like we did when setting up your Eclipse project.