Posted By:
Bart_Clijsner
Posted On:
Thursday, September 20, 2001 06:14 AM
Hi all
I'm using Java Webstart to startup my application.To start it up with an argument I use the
element in the jnlp file.
How can I dynamicly specify the argument without recreating the jnlp file to use antother value for the argument ?
Because everytime the jnlp file is recreated it downloads the application again at startup just because I want another value for the argument.
greetz, Bart