// Force finalize methods to be run on exit // Without this, unreachable objects may not // have had finalize run when you quit. System.runFinalizersOnExit( true );