RMI applet's : AccessControlException
Hi I'm having issues trying to get my applet to communicate with my server. It looks up fine and gets a refference to the server fine by when i try and call one of its methods from the applet i get this exception:
java.security.AccessControlException: access denied (java.net.SocketPermision....connect, resolve
at java.security.AccessControlContext.checkPermission(Unknown source)
at java.security.AccessController.checkPermision(Unknown source)
at java.lang.securityManager.checkPermission(Unknown source)
at java.lang.securityManager.checkConnect(unknown source)
........
Thanks Orian

