I'm running a java applet that is supposed to upload a picture to a website, the uploading fails and gives the following exception:
java.security.AccessControlException: Access denied (java.net.SocketPermission 192.168.10.25 resolve)
And the backlog shows that the files SAXParserFactory
and XMLParserConfiguration
can not be found.
I've tried creating the crossdomain.xml
file and granting open permissions but it didnt work. I've also added some mapping to the hosts file coz I thought it maybe the system can not map when access through the ip address but still no difference.
Any help?