Persoenliche Mediazentrale
ulrich
2021-04-06 b291196092e3ba1e54a48615f3694c661b9433e4
src/de/uhilger/mediaz/App.java
@@ -53,9 +53,9 @@
   *
   * @param args Kommandozeilenparameter
   */
  public static void main(String[] args) {
  public static void main(String[] args) throws ClassNotFoundException {
    rb = ResourceBundle.getBundle(RB_NAME);
    logger.info(new File(".").getAbsolutePath());
    logger.fine(new File(".").getAbsolutePath());
    
    initParams = new HashMap();
    for (String arg : args) {