launching application from desktop shortcut
I'm having a problem with Java Web Start 1.6 with the desktop shortcuts. In WS 1.5 when the user launches a jnlp file from a web site, the href link of that jnlp file is read and the information returned from this link is used when creating the desktop shortcut. This is also true for WS 1.6. As for the launching of the application from the web site, WS 1.5 uses the jnlp file that is launched from the web site and not the jnlp file that is listed in the href link. With WS 1.6, the jnlp file listed in href link is read and this is the data that is used to launch the jnlp. In WS 1.5 I put a different jnlp file in as the herf link of the launched jnlp file. This way I can deftermine if the file was being launched from the desktop shortcut or from the web page.
Is there a way in Java Web Start 1.6 to determine if the java application is launched from the desktop shortcut or the web site?My application needs to know if it is being launch form the desktop shortcut. Thanks for your help.

