]> git.mxchange.org Git - jbonuscard-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/application/AddressbookApplication.java
Added and implemented missing methods
[jbonuscard-lib.git] / Addressbook / src / org / mxchange / addressbook / application / AddressbookApplication.java
index e4ac7a9f6b15b3fb6d406cd4173d0d622a1feb86..4be3359bdbe5fb7c6a7cbb6d3d62d55fdaed979b 100644 (file)
@@ -338,6 +338,13 @@ public class AddressbookApplication extends BaseAddressbookSystem implements App
         */
        private void start (final String args[]) {
                this.getLogger().info("Program is started."); //NOI18N
+               try {
+                       // Init properties file
+                       this.initProperties();
+               } catch (final IOException ex) {
+                       // Something bad happened
+                       this.abortProgramWithException(ex);
+               }
 
                // Parse arguments
                this.parseArguments(args);