0

I am trying to export my Runnable Jar file that includes the image resources that goes along with my program. When I run the program in eclipse the paths work perfectly but when trying to export the program there are no images. I have been exporting by choosing the package all contents option.

This is my Folder Structure

This is how I locate the file

Waggoner_Keith
  • 532
  • 2
  • 8
  • 32
  • 1
    Already answered here: http://stackoverflow.com/questions/25635636/eclipse-exported-runnable-jar-not-showing-images – Matt C May 31 '15 at 17:52

1 Answers1

1

Since your image files are stored in jar as resources you should retrieve them as resources. Hers is how

Community
  • 1
  • 1
Alex
  • 4,408
  • 2
  • 16
  • 57