Hi Mark,
I have a problem to read a image file from a jar file. I have jar all image files under images folder, which is under root, into client.jar. By using:
java -jar client.jar
My application failed to load the images. Here is the code for the image: new ImageIcon("images/exit.gif")
I tried to find if there is header-value needed in Manifest file, Could not find any infomation about this.
Could you or anybody give me some hints about this? Thanks,
Patrick