send permissions with applet...
Hi!
I have an applet and it uses a jar file (jacob.jar). I must grant some PropertyPermission for it to work correctly. I signed the applet jar and put the corresponding line in the [JRE_HOME]\lib\security\java.plocy and it works fine.
But I must edit the java.policy in the client side and it is a ... bad solution.
Can I send a policy file with the applet jar (in the jar) which grants the corresponding permissions? How can I do this?
Thank You very much!
Viktor

