Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there javac option smth like "proceed on error"?

843789Jul 26 2010 — edited Jul 27 2010
Hi,

I want to compile a bunch of java files.
When I invoke the javac it stops on the first file that has compilation problems.
Is there javac option that I can use in order to try to compile all files and receive all errors for the files that have compilation problems (I know in ant there is failonerror=false)

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2010
Added on Jul 26 2010
9 comments
925 views