<snip> When you click a JNLP link (or button, invoke javascript, whatever...) the browser downloads a JNLP file then runs javaws to open that file. Beyond that there is no involvement with the browser. </snip>
I believe that's true for webstart applications, but not for webstart applets. In the latter case, webstart is used to handle jar caching and updating. And in that case, I believe applet startup would be effected. Cheers, Mark On Wed, Sep 25, 2013 at 1:01 PM, Fabrizio Giudici < [email protected]> wrote: > On Wed, 25 Sep 2013 21:21:00 +0200, David DeHaven < > [email protected]> wrote: > > When you click a JNLP link (or button, invoke javascript, whatever...) >> the browser downloads a JNLP file then runs javaws to open that file. >> Beyond that there is no involvement with the browser. >> > > Exactly what I thought. Thanks. > > > > -- > Fabrizio Giudici - Java Architect @ Tidalwave s.a.s. > "We make Java work. Everywhere." > http://tidalwave.it/fabrizio/**blog <http://tidalwave.it/fabrizio/blog> - > [email protected] >
