Compiling Sub-Directories?
Is it possible to compile sub-directories on Windows? Such as, A file with .java, then inside that file is another file with .java, and then inside that file is another file with .java?
Another example:
+Folder 1
-.java files
-Folder 2
(Inside Folder 2)
-.java files
-Folder 3
(Inside Folder 3)
-.java files
My question is, is their a compiler for windows that is strong enough to compile sub files also? (Like linux's .xml's)
If you know how please help me out!

