SyntaxFix
Write A Post
Hire A Developer
Questions
find . -name "*.java" -print | xargs javac
Kinda brutal, but works like hell. (Use only on small programs, it's absolutely not efficient)