简体   繁体   中英

libgdx setup ui jar file not executing

I double click, nothing happens.

I opened cmd from the foler, did: java gdx-setup-ui.jar and I get:

Error: Could not find or load main class gdx-setup-ui.jar

I just updated the JRE recently, to 1.7.0_45, and JDK is 1.6.0_18

I used to create libgdx projects before also, and it used to work. I'm using Windows Vista.

It should work by just double clicking, though I also noticed that it's buggy sometimes in Windows.

Use java -jar gdx-setup-ui.jar (with -jar ) to execute it manually.

You need to download the JRE to open .jar file. Here is the link http://www.computerhope.com/issues/ch001343.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM