91011121314151617
if (args.length != 2) { showUsage(); } showLicense(); WebObjectsInstaller.newInstaller(args[0]).installToFolder(new File(args[1]), new ConsoleProgressMonitor()); System.out.println("Installation Complete"); }