I want to compile many .java files at once but don't want to have to enter the file names into the command line one by one. (At this point it is a long and rather irrelevant but nonetheless sordid story why I am not using an IDE.) I have done some cursory googling (not as fun as it sounds) and would like to confirm that if I set the sourcepath to the directory that contains all of the source files, javac will compile all the Java source files in the directory.
Am I correct?