| Author |
WebStart application as client for web service. Through SSL
|
Dmitriy Fot
Greenhorn
Joined: Sep 13, 2005
Posts: 2
|
|
I have created a desktop application that connects to web service through SSL. When I run this application from console I can set property -Djavax.net.ssl.trustStore=C:\trust.jks and everything works fine. How can I set this property when I deploy my application using Web Start?
|
 |
Bing Shiao
Greenhorn
Joined: Mar 16, 2005
Posts: 15
|
|
you can try this in JNLP <j2se version="1.3" java-vm-args="-Djavax.net.ssl.trustStore=C:\trust.jks"/> I never try this before.
|
 |
 |
|
|
subject: WebStart application as client for web service. Through SSL
|
|
|