SyntaxFix
Write A Post
Hire A Developer
Questions
In the usual case where you want to compile your whole project you can simply supply javac with your main class and let it compile all required dependencies:
javac -sourcepath . path/to/Main.java