I made a java application and bundled all classes in a jar file. When I run the project from eclipse, my application is running successfully. But when I try to run my
100% works
final public ImageIcon iReport = new ImageIcon(getClass().getResource("/Report.png"));
Don't forget about "/" at path for image.
path