Ulf Dittmer wrote:Signing the jar file also grants all permissions, so adding further permissions in the policy file would have no effect.
Thank you for the reply.
When I deployed the signed version of the jar (using self-signed certificate), I did get a pop up asking me if I want to allow the applet to run, and trust the publisher.
However, there was no change in the permitted actions of the applet.
The applet still doesnt have permission to do stuff, like io reads.
That is why I added those 'grants' in the java.policy.
I wonder if there is something wrong with regards to my signing, or the certificate. Is what you mentioned true also on 'self-signed' certificates?