Exit status returned by Java utility
807580Jul 9 2010 — edited Jul 9 2010I am executing a Java utility (.class file) on Windows which is failing because of syntax error.
However the exit status is still 0.
I believe if any failure occurs, Java should always return non-zero, or do I need to handle the exit status by exceptional handling.