vote up 1 vote down star

What is the option in Java Webstart command line to skip the security check? This is for testing purposes only.

javaws myfile.jar
flag

64% accept rate

2 Answers

vote up 0 vote down

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.

link|flag
I was looking for an arugment that I can pass via the command line like -D.... – Milhous Jun 22 at 17:31
vote up 1 vote down

I believe there are two undocumented command line options in the Sun JDK: -secure (ironically) and -installer.

Be careful!

Strange way to test.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.