Is there a way to add -Djavax.net.ssl.trustStore option on java -jar execution ? I don't want to set it inside environment variable. I'm not sure but I've tryed the following script but it doesn't work.
java -jar MyClass.jar -Djavax.net.ssl.trustStore=C:\path\to\CertKeyStore
Thank your for your help !