Hey,
I finally finished making up a little test game while going through the libgdx tutorials and I want to build the jar file so I can show it to one of my friends. I’ve tried doing this a few different ways at this point but the jar never runs. I’ve tried exporting as a jar and as an executable jar with various different options selected, I’ve also tried running it with the required libgdx libraries within the jar, outside of the jar and with the assets folder within and outside of the jar but nothing works.
The game runs properly when running it from eclipse and I’ve made sure that there are no errors coming from any of the classes before building the jar so I’m not sure what’s up.
Edit: BTW, I’m only using libgdx for desktop; I don’t care about android, mac or whatever else there was.