Hi all.
I want first to apologies because I know it's been asked many times but I can't find an answer that actually works.
I want my jnlp to create desktop shortcut but it doesn't work. It creates the shortcuts correctly when I right click in the Java Cache Viewer but doesn't do it by itself. Here is the jnlp:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="https://n1.fileflow.com/application">
<information>
<title>Fastsend</title>
<icon href="https://www.fileflow.com/application/fastsend_app_32.png"/>
<icon href="https://www.fileflow.com/application/splash.png" kind="splash"/>
<vendor>Fileflow A.S.</vendor>
<description>Fastsend Client</description>
<homepage href="http://www.fileflow.com"/>
<description kind="short">Fastsend application to send files to everyone secure and without restriction</description>
<shortcut>
<desktop/>
<menu submenu="Fastsend 3.0"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="XXXX.jar" main="true"/>
<jar href="signed/XXXX.jar"/>
<jar href="signed/XXXX.jar"/>
<jar href="signed/XXXX.jar"/>
<jar href="signed/XXXX.jar"/>
<property name="XXXX" value="XXXX"/>
<property name="XXXX" value="XXXX"/>
<property name="XXXX" value="XXXX"/>
<property name="XXXX" value="XXXX"/>
</resources>
<application-desc main-class="XXXX. XXXX. XXXX. XXXX"/>
</jnlp>
It was not really an issue until some of our customers start sending the word around and now most of them are asking for it.
Any help would be greatly appreciated.
Thanks
G