Can I launch a Java WebStart application with a set of parameters just like an applet is configured with the <param> tags ?
Thanks
|
|
Can I launch a Java WebStart application with a set of parameters just like an applet is configured with the <param> tags ? Thanks
|
||
|
|
|
|
Yeah you can, the following shows an example:
Showing you passing the arguments "-user=bob" and "-pass=8jkaiuasu" to the application. Arguments are picked up in the standard way. |
||
|
|
|
|
Yes, check out the JNLP Tag reference |
||
|
|