Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:JDK 1.5
Description
JNLP Plug-in NEEDS to have a "shortcut" property. With JDK 1.5, Java Web Start NO LONGER automatically prompts the user to add a short cut. So, you have to manually edit the jnlp file everytime (after running maven jnlp) to make sure you add the following the XML in the <information/> section of the code.
<shortcut online="false">
<desktop/>
</shortcut>
This should be a EASY EASY fix....
Issue Links
- is related to
-
MPJNLP-16
Handle shortcut properties in jnlp-file
-