I have created a java project and would like to export it. I export it as a runnable Jar file and run it. When I run it the icon image is the java mug but I had set it to change to a custom Icon.
When I run my program through eclipse it works fine. I used:
launcher.setIconImage(new ImageIcon("res/Logo.png").getImage());
I set the res file to the build path but it doesnt show when I run it outside eclipse.