Wednesday, March 16, 2016

Running libgdx Installer from cmd if not working on Double Click



This tutorial is for cases such as opening a jar file isn't working because there is no executable associated with it or some other app has taken that extension to run as default application for that.

Make sure to have jre installed also add it to path if not already added. Please do a google search to if you don't know how to do it.

Finally, open command line or cmd then cd to that directory and run this command
javaw -jar gdx-setup.jar

assuming the downloaded file name is gdx-setup.jar

Screenshots:



No comments: