5556575859606162636465
if (cfg == null) error("Not enough arguments."); try { ModuleServer server = new ModuleServer(cfg); server.start(); } catch (FileNotFoundException e) { error("Unable to open file: "+e.getMessage()); } }