> Thanks for your reply
You lack of future 'top posting' will be
thanks enough.*
<http://www.physci.org/codes/javafaq.html#toppost>
>..(I have noticed that SUN forum are not very
> responsive),
* I would not feel comfortable mentioning
the above, on the Sun forums, because some
'delicate soul' might find it offensive,
and report me. Here, thay can still get
offended, do as they please, and it affects
me not one bit. ;-)
> I try to explain you my needs. I have this application in an Intranet
> environment.
OK - thanks for confirming.
Now I am not *sure* this will work, I
have not tried it myself, but..
Perhaps you should try doing a 'silent
import' of the application.
As I understand it, the 'import' aspect
gives you the power to install a web start
app. from the command line or script, and
with the added 'silent', it should (AFAIU)
remove those dialogs.
See the docs. for the javaws tool, for
details on using those options.
I'd be interested to hear how it goes..
Andrew T.
kenshiro2000 - 28 Mar 2007 16:13 GMT
> > Thanks for your reply
>
[quoted text clipped - 28 lines]
> with the added 'silent', it should (AFAIU)
> remove those dialogs.
But I wouldn't want a silent installation. JWS should trust the
application sign because this signature is done through a certificate
trusted by a rootCA certificate (and the subCA) that is in the client
JWS store. I don't understand why the pop-up appears anyway!
If JWS works as a Web Browser, rootCA certificate in the browser
certificate store should trust SSL connection and no pop-up appears.
So why for javaws the pop-up appear anyway?
Sorry for TOP POSTING ;-)
thanks
ken
> See the docs. for the javaws tool, for
> details on using those options.
>
> I'd be interested to hear how it goes..
>
> Andrew T.