Problem with WebStart & applicaton parameters or properties..

Ok. I have a WebStart application which is supposed to be launched from a website only (not offline-allowed - even though you seem to be able to launch it offline! grr) and the application needs to take TWO parameters from the website. I am currently using Properties to accomplish this. The website (using Enhydra) dynamically generates a .jnlp file that specifies the correct properties. I can confirm this by DOWNLOADING the .jnlp file and viewing it in notepad. However, when WebStart actually runs this, it's caching the very first JNLP my app was ever launched with, and using THOSE parameters. My question is.... WHY AND HOW DO I MAKE IT STOP. ^_^ This is just another twist in my way-too-complicated-and-painful quest to simply pass some parameters to my application. (another other suggestions on how to simply pass two strings are also appreciated.)

Thanks,

-xanatos

[903 byte] By [xanatos387] at [2007-9-26 3:38:37]
# 1
Hi, the short answer is leave jnlp.href empty and Web Start won't reload/cache you startup file. For more details check out the Unofficial JNLP/Web Start FAQ at http://www.geocities.com/vamp201/jwsfaq.html - Gerald
geraldb at 2007-6-29 12:12:24 > top of Java-index,Desktop,Deploying...
# 2
Thanks a million! That solved both of my problems in one fell swoop.xanatos
xanatos387 at 2007-6-29 12:12:24 > top of Java-index,Desktop,Deploying...