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

