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
Another work around is if you put your resource file, an your .jar file in the same location, it should work. The only drawback is you have to have the resources with the jar file at all times.
If that's not an issue you can do it this way.