I have the same problem. Using Windows 7 I have to do this:
- Go to your java directory and copy your java path
C:\Program Files\Java\jdk1.8.0_40\bin
- Right click on my computer,
- Click properties
- Go to "Advanced system settings" click ,
- Click on Environment variables.
- Go to System variables section, and you will find an entry called path.
- Double click on path
- Add a semicolon (;) to the end of that line
- After the semicolon paste your path previously copied: C:\Program Files\Java\jdk1.8.0_40\bin
- Apply
It must be enough. Your file should run at this point.
Double click it and go to the end, put a semicolon and paste your path, apply and ok. It should run now.
Usage: inputDir [outputDir] [packFileName] [settingsFileName]
– Iced