if(args.length == 0) {
System.out.println("Usage: -h for help");
}
String loaderPath = null;
LoaderOption option = LoaderOption.UNINITIALIZED;
String parameter = null;
boolean debug = true;
for (int i = 0; i < args.length; i++) {
if (args[i].equals("-f")) {