Using:
NetBeans 7.2.1,
JDK 7u10
In the according properties (deployment) of
JavaFX projects, there is an option to
Request unrestricted access (Enable signing). I have this enabled. Using the appropriate code-signing certificate,
not self-signed. Upon building, I get the following
error (which is actually a
warning):
Warning
The signer's certificate chain is not validated.
My question is: what is this warning/error related to and how can I fix it? Does anything need altering in my keystore that would help? Also, how well does code-signing work for self-contained applications as of now?
Thanks.