 |
Author |
Topic: requesting permissions (Read 282 times) |
|
rgovostes
|
requesting permissions
« on: Oct 29th, 2004, 5:46pm » |
|
I would like my sketch to be able to access images from other domains, which seems to be forbidden by Java. I need to request permissions, it seems, but I'm unsure of how to do this... The Permissions in the Java(tm) 2 SDK file explains this somewhat, but I don't understand where or really how to request permissions. I think I will need a java.net.NetPermission or java.net.SocketPermission. However, it looks like the above site explains how to locally allow permissions to a single applet, not to request permission. Any help would be appreciated.
|
|
|
|
|