ImageIO.read(url)  
Author Message
Jordan Gomila





PostPosted: 2005-5-9 18:05:00 Top

java-programmer, ImageIO.read(url) Hi,

I have an applet with this operation, from the Eclipse it is running without
problem.

When I upload to the web, I receive an "access denied".

Then I find that i need a signed applet. I signed the applet in a jar file,
and uploaded again.

The communication between java & javascript is working, but I continue
receiving the "access denied" error.

How can I set the security permissions to allow the applet to load the image
from an URL that is in another server ?

I need to use another object to read the image ?

Thanks to all.