The use case is simple. I got the source files that were created using Eclipse. So, there is a deep directory structure, where any Java class could be referring to another Java class in the same, child, sibling or parent folder.
How do I compile this whole thing from the terminal using javac ?
Question&Answers:os