Hello, I'm completely new to these forums so I apologize if this isn't the correct section.
I have an old platformer project I worked on a couple of years ago and I would really like to extract it as an executable jar file or regular executable file, the project runs perfectly whenever I launch it from eclipse, but when I try to export it as a runnable JAR file it doesn't seem to load at all, and when I use Launch4j to convert it to a regular executable file it seems to crash on loadup. Unfortunately I can't get any error messages out of it in its .exe file either.
I tried following a guide on how to do it (unfortunately it seems I'm not allowed to include any links of any kind?), where I simply right-clicked the project, took export, Java, Runnable JAR file, and after that I've tried all three Library handling options, and then used Launch4j to convert it to an executable, but gotten none of them to work past crashing at the loading screen.
Does anyone by chance know what I'm doing wrong?