getting an image from applet

hi,im trying to get a bmp from applet file on net but it gives some error about certificate. my question is how i can get that bmp from appletthx
[166 byte] By [genesistra] at [2007-11-27 8:00:09]
# 1
Place the image on the server where the applet class file resides and read it from there. You can't read an image from the local system running the applet without it being in a signed Jar.
bryanoa at 2007-7-12 19:42:04 > top of Java-index,Desktop,Core GUI APIs...