If we get System.exit(0) when there is a problem or when these is not, isn't that worse than System.exit(1) under the same conditions?

Michael

C. Scott Ananian wrote:

On Sun, 29 Aug 2004, Michael McGrady wrote:



Well, would

   boolean dontAsk = false;
   try {
   } catch (Throwable t) {
     dontAsk = true;
   } finally {
     if(dontAsk) System.exit(0);
   }

be worse? LOL



Yes! It should clearly be System.exit(1)! That's *awful*! --scott

bomb assassination Philadelphia Ft. Meade tonight Ft. Bragg ODENVY
  Register to vote!  http://www.yourvotematters.org/VerifiedVoting
                        ( http://cscott.net/ )

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to