Hi,
I've a signed
applet that deletes some temp files on a local machine.
The applet works fine when I add grant permissions on the .java.policy file.
The problems begin when I specify a grant codeBase.
If I put:
This grant, I think, allows io.permissions for the applets placed on
"
http://www.example.com/" and subdirectories but it doesn't work.
Always I have an access denied error like this
"java.security.AccessControlException: access denied (java.io.FilePermission C:\xxxx delete)"
This applet is called from a Firefox browser.
Anyone know what is the problem?
Why it doesn't work when I set a grant codeBase?
Thanks