How to compile multiple java source files in command line

Try the following:

javac file1.java file2.java

Leave a Comment