There are a few places in the code that use System.exit to quit things. 1) Are all database connections properly shut down first? 2) Is there a better system for stopping execution?
There are a few places in the code that use System.exit to quit things.
Are all database connections properly shut down first?
Is there a better system for stopping execution?