My images will not load when running a JAR file exported from Eclipse.
I have the images in a resources class package. I\'ve tried a images source folder as well wit
I found that when you changed:
Package required libraries into generated jar
to
Extract required libraries into generated jar
in the Set up Launch config it worked for me.