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 have same issue.. You can use this..
Image Icon= new ImageIcon(new WE4().getClass().getResource("IC.jpg"))
Here WE4 is my class constructor name. Hope it helps.