JAR file execute but image is missing...
Hi all, i have created an executable JAR file for my java application, but all the images are missing, also it seems that the program couldnt access to directories.....
The file structure of my application is:
images / open16.gif
log / log.txt
FileStatusChecker.java
FileStatusChecker$1.class
FileStatusChecker$2.class
FileStatusChecker$3.class
FileStatusChecker.class
Manifest.txt
I used 2 ways to create the JAR file
1st is by command: jar cvfm file_status_checker.jar Manifest.txt *
2nd is by eclipse export project
,but both of these methods got the same outcome, no images and the program couldnt access to directories. Please help....

