Problem With JAR File

Hi friends am having a problem with the JAR i created ..

my work : jtabbed pane inside a frame having gif and jpeg files.

its working proper when i convert it to EXECUTABLE JAR FILE

but when i open the executable jar file in some other machine the GIF and JPG's are missing

the following is the format i used

jar cmf manifestfile jarfile classfile javafile gif jpg's

java -jar jarfilename

can anyone plss help me out

thanx

[483 byte] By [haiprathi@gmail.coma] at [2007-11-27 7:53:30]
# 1
Try putting the images on the '.' classpath (so they are in the same directory as the jar).If you can, provide the code used to load the images.
timothyb89_a at 2007-7-12 19:34:40 > top of Java-index,Desktop,Core GUI APIs...
# 2
EXE JAR is perfectly working on my machine , but cant get the images in other machines .. are you saying that i shud add it in class path of image files on other machines
haiprathi@gmail.coma at 2007-7-12 19:34:40 > top of Java-index,Desktop,Core GUI APIs...
# 3
You have to save that image also at same folder where is Jar file present
hitesh_karela at 2007-7-12 19:34:40 > top of Java-index,Desktop,Core GUI APIs...