I'm trying to compile a .java file, and within this file there exists method calls to a variety of other .java files outside the directory of this .java file. I would like to keep these other .java files in different folders.
My question is just, how do I compile this .java file without having to have them in the same folder?