Reputation: 4794
I want to run runnable-texturepacker.jar
(libgdx texture packer) but when i double click on this file nothing happens. I'm unable to run texture packer.
Previously I use gdx-texturepacker.jar
and this file opens fine, but this is old version and I have problems with nine patch images.
I've installed new version of java JRE but file won't run , also I try with java -jar <file name>
command but runnable-texturepacker.jar
won't run.
I'm able to open jar files except this one. I downloaded this file from this link
Here is explanation about Texture Packer but I'm not very familiar with this texture packer
Please give me any tips for this
Thanks
Upvotes: 1
Views: 835
Reputation: 460
its a command line java application, without gui.
java -jar runnable-texturepacker.jar
Usage: inputDir [outputDir] [packFileName] [settingsFileName]
Upvotes: 1