Hi,
I am able to execute my client from command prompt using :
java -Djavax.net.ssl.trustStore=myKeyStore -Djavax.net.ssl.trustStorePassword=myPassword MyClient
But now, I want to deploy MyClient using WebStart. any idea on how i can configure the above -D option in JNLP file?
thanks for any help.