Ok, here’s my problem:
I created a jar (something I’ve done many times before), but it’s not working correctly. I have 3 java files in yet; usually I have one. I create objects of two of the classes in the main class; is there anything special I have to do when creating the objects? The images that I use are in a folder that is in the same folder as the JAR, so that’s not a problem.
I can post code if you want/need, though I don’t see how it’ll do any help.
Put classes in Jar files, not .java source files.
( It surprises me that was the answer! 😉