Downloading policy files with jnlp
Hello,
i made a program, that needs all rights for encryption and decryption. So it was necessary to replace the original "US_export_policy.jar" and the "local_policy.jar" with those who have no restrictions.
So far so good.
Now my program have to be downloaded with a jnlp file. And all things work fine, i even signed my jar file.
The problem is that i cant add those two policy jar files in the resource-element. I get an error message like "cant download because it was signed different than main jar...bla"
So how can i overwrite the user policy files with jnlp? or likewise?
Do i have to create an Installer Class?
Hopefully it is not necessary to download those two policy files by hand...
Thanks for your help,
Martin

