The requirement is to automate the java webstart process. After clicking the JNLP file, its loading and displaying the below image
There is no option for trust always here. I am aware of in Java 7 Update 51, java tighten the security. So I have signed jars with public code signing certificate provided by symantec, so there is no need of adding this site in java control pannel exception list or reduce the security level (both are not allowed in the customer environment). Is there any possibility to make this security question to disappear and run the jars automatically?
SOLUTION
Added the below two attributes in MANIFEST.MF, and it worked.
Codebase: *
Application-Library-Allowable-Codebase: *
Added the below two attributes in MANIFEST.MF file and it worked.
Codebase: *
Application-Library-Allowable-Codebase: *
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With