Is there a way to find out how a Javafx2 application application was launched?
I.E. was is launched via web start link or was it launched via desktop shortcut?
The reason I need to know whether the app was launched from web start or the desktop icon is that there are some parameters passed via the JNLP which the application does not use when launched from the desktop icon and there is no way other that (that I am aware of) the application would know if those parameters are not passed.
Any pointers would be helpful.