class Exit { public static void main (String args[]) { int iReturnCode; iReturnCode = 0; System.exit (iReturnCode); } }