Images and such dont work on jar file?

hey all, i made a jar file and loaded all my files in it, but it wont run when i double click it. I command line ran it and it threw an error saying it could'nt find the image.....but the images are in the jar file! plz help
[232 byte] By [Astrofa] at [2007-11-26 14:54:10]
# 1
One of the solutions show here will probably be able to resolve your problem. Scroll down to see the stuff you're interested in. http://java.sun.com/docs/books/tutorial/uiswing/components/icon.html
ChuckBinga at 2007-7-8 8:42:36 > top of Java-index,Desktop,Deploying...
# 2
ah cool thx, will this also work when the files are not in a jar file? like will it run in the jar file, and not in?
Astrofa at 2007-7-8 8:42:36 > top of Java-index,Desktop,Deploying...
# 3
I assume you can find something that works for your configuration. Try some code.
ChuckBinga at 2007-7-8 8:42:36 > top of Java-index,Desktop,Deploying...