Hello,
So I’m trying to get what I have of my game (so far) into a Jar file. I’m using Netbeans’ built in Jar builder, which hasn’t failed me yet. But when I open the jar, nothing happens. I’ve tried opening it through the command prompt, hoping it will spit out some kind of error, but again nothing happens. The two major things I can think of are the two external file loading points (map and texture). However they both have try/catch controls which should print to the console if there’s an error. I inserted the files into the jar, in the same way I’ve done with previous iterations of the game. All the correct jars and dlls are correctly included in the distribution folder. The manifest is correct, too. I’d be happy if the command prompt would just throw out some kind of error I could work from.
Any preliminary ideas?