hallo everyone,
im trying to build an
applet which sends mail from my site using javamail,
when i run applet on eclipse everything works fine, but when i run it on explorer (not through the server, just opening in explorer my site html), i get this error:
java.security.AccessControlException: access denied (java.util.PropertyPermission *read,write)
i checked the
java policy file generated by eclipse and it is set to have all permission granted
im not very skilled on applets and dont know whats going on...
...any help???
