So I made a game and packaged all of its resources in a jar file. I can place this jar file anywhere on my computer all by itself, double click it, and it will open up and
run just fine.
However, whenever I give this jar to anyone else, if they go to run it by “double clicking” they are given a main class now found error. But if they
run it from the command line with “java -jar AtomicBlocks.jar” it will run.
Is this an issue with how I made the jar or something? I am using eclipse to create a runnable jar file.
Here is the jar file link if you would like to test this for yourself, if it works then Hurray its not something on my end.