I am building a java desktop application in Eclipse . And i need to either export it as a JAR and run through command prompt or export as an Executable JAR.
The project structure is
-- src
-- resources
-- bin
-- build
-- Icon
-- build
And after exporting it , when i try to run the jar file , the icons are not getting loaded in the interface .
Please help me out in this regard .