i have created executable jar file for my program pedit.java as follows
jar cvfm pedit.jar manifest.txt images *.class splash.gif
where images is a directory where the icons for toolbar are there,as my program is a editor...
my problem is that when i run the jar file the application is loaded succesfully but icons on the toolbar are not visible....
can anyone suggest what should i do??