Forcing a desktop shortcut
843802Jul 18 2005 — edited Jul 19 2005I would like to make sure that the user always gets a desktop shortcut for their JAWS application, and never gets asked whether they want a desktop shortcut.
1) I can't find a precise spec for what to put in the JNLP file to achieve this in Java 5.
2) Is there any trick, technique, undocumented feature, piece of code, that you have used to achieve this on Java 1.4.x?
Thanks.
Pito Salas
p.s.: I find Java 5 "examples" like: <shortcut online="false">
<desktop/>
<menu submenu="My Corporation Apps"/>
</shortcut>
but no definitive spec. What is the exact encantation?