Exporting Images with JAR in Eclipse (Java)

后端 未结 6 1973
无人及你
无人及你 2020-12-06 22:45

I\'ve been working on a little project that requires external images for display. I\'m not all that familiar with how to use Eclipse and this is my first time attempting to

6条回答
  •  醉话见心
    2020-12-06 23:09

    you might need to load them as class path resources if they are within a jar. see: getClass().getClassLoader().getResourceAsStream(...)

提交回复
热议问题