Posted By:
Gabriel_Santos
Posted On:
Wednesday, January 17, 2007 06:49 PM
I have constructed an Applet using Eclipse. Through the IDE I can simply say "run as applet" and everything works fine.
I have attempted to deploy this to the web by throwing all .class and .gif files into a .jar, and running it through an index.html
When the applet loads inside the browser no images appear. What is wrong?
I suspect security permission. I have been able to run it locally by setting a policy file on my computer. But when I upload to the web the images fail to load.