What is the option in Java Webstart command line to skip the security check? This is for testing purposes only.
javaws myfile.jar
What is the option in Java Webstart command line to skip the security check? This is for testing purposes only.
javaws myfile.jar
If the user answers "Always", the certificate will be stored in the certificate store pointed to by the deployment.user.security.trusted.certs property.
Is this what you're looking for? You can set to "Always" and store and use a self-signed key for testing.
I believe there are two undocumented command line options in the Sun JDK: -secure
(ironically) and -installer
.
Be careful!
Strange way to test.