Hello, when i run my applet on IE browser the following exception occurs Exception:java.security.AccessControlException:access denied(java.util.PropertyPermission user.dir read) what is the problem? here is my java.policy// Standard extensions get all permissions by default
grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; };