config file on command line
Brought to you by:
machajdik
config file specified on the command line cannot be loaded:
Command line argument found, will try to use custom
configuration file.
Configuration file not found.
Exception in thread "main" java.lang.NullPointerException
at
java.util.StringTokenizer.<init>(StringTokenizer.java:119)
at
java.util.StringTokenizer.<init>(StringTokenizer.java:135)
at mdm.Window.<init>(Window.java:73)
at mdm.Window.main(Window.java:1134)