Hi,
How do I prevent my JWS application from asking the user whether to add
shortcuts to desktop and start menu?
I found this:
shortcut element: The optional shortcut element can be used to indicate
an application's preferences for desktop integration. The shortcut
element and it's sub-elements provide hints that the JNLP Client may or
may not use. The shortcut element can contain the optional online
attribute, and the two optional sub-elements, desktop and menu.
but that doesn't answer my question.
Many thanks in advance!
Aaron Fude
Andrew Thompson - 09 Nov 2006 01:33 GMT
..
> How do I prevent my JWS application from asking the user whether to add
> shortcuts to desktop and start menu?
<http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/javaws.html#options>
See options -import & -silent
Andrew T.
Cyrus - 09 Nov 2006 02:55 GMT
You may try to put an empty "<desktop/>" tag within "shortcut" tag.
> Hi,
>
[quoted text clipped - 13 lines]
>
> Aaron Fude