Sunday, 8 September 2013

Compiling Java files in sub-directories

Compiling Java files in sub-directories

I would like to be able to compile all java files in all subdirectories
from what I'm working in.
I know how to compile all java files in the same directory, but how do I
do it for all subdirectories (and subdirectories of those, etc.)?

No comments:

Post a Comment