I'm making a game in eclipse that uses only built in libraries like awt, swing, util, etc
In this project I also use some images that I've already added their folder in the java build path
Then I went to export -> java -> jar file and in the next window I've let it this way:
But when I try to run the .jar file I got the following error:
qhtY3pq.png
What is causing this error? how to make a final executable file from a big project containing many packages, etc?
Thanks