'How to bypass security dialog when the JNLP file is run
I have created a Java Web Start application. I have signed my Jar with a self-signed certificate. Also the web-server who serves the Jar and JNLP file is trusted with its certificate.
When the JNLP file is run, it opens following dialog. I wish to know if there is any way to make not to show this dialog and open the application window directly as soon as it is run.
When I googled, I couldn't find any sources referring this issue.
Looking for your help. Thanks a lot.
Solution 1:[1]
I beg to differ from @Andrew Thompson's anwser above, but oracle's documentation has specified how to avoid these messages.
Grant AllPermissions in the Java policy file located at ${user.home}/.java.policy, or point to any Java policy file which has AllPermissions in the $(JRE_HOME)/lib/security/java.security file. Permissions can be granted to all applications or restricted to a particular URL. See Default Policy Implementation and Policy File Syntax for more details on .java.policy.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | toing_toing |

