Compiling Sub Directories?
Is there anyway I can compile something that has multiple directories filled with subdirectories? Such as the main folder is called "Test" then inside that is 2 test folders, "Test1" and "Test2". Then inside "Test1" is another folder with .java files and folders called "Test3, Test4, Test5" etc.. So can I compile multiple directories, sub-directories, and sub-sub directories?

