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....

[733 byte] By [servletBoy499a] at [2007-11-27 2:21:48]
# 1
repeatedsorry..
neeraj-guliaa at 2007-7-12 2:24:55 > top of Java-index,Desktop,Deploying...
# 2
you have to use the InputStream is = this.getClass().getResourceAsStream("resource/backend.xml");then by using the default toolkit, create the image..--hope that will give you some light to find the exact solutionneeraj
neeraj-guliaa at 2007-7-12 2:24:55 > top of Java-index,Desktop,Deploying...