I running a JNLP application I built from Firefox and I get these On some machines, I can check the checkbox (do not ask again) and I am never prompted for these questions again. However, on other machines, even if I check the checkboxes, I get prompted with these questions again.
Where are these settings stored - are they stored in firefox or are they stored in the Java Control Panel? I want to troubleshoot this further on the machines where I getting reprompted.
1 Answers
Answers 1
The first dialog box comes from firefox. The second one comes from Java Web Start.
For this firefox dialogbox
when you thick the check box firefox stores this setting change in "handlers.json" file which is stored at profile folder. You can find profile folder at about:profiles page. Also you can modify later this setting via firefox preferences page's(about:preferences) General -> Applications section.
For java web start
when you select the checkbox it adds certification into ~/.java/deployment/security/sandbox.certs file and never asks again.
0 comments:
Post a Comment