Eclipse exported Runnable JAR not showing images

后端 未结 8 1568
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 16:46

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

8条回答
  •  忘了有多久
    2020-11-22 17:06

    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.

提交回复
热议问题