java - Webstart Chrome After 100th Download -


we have java application our customers launch via webstart. have usability problems :

up hundred clicks on link jnlp file, "chrome" downloads jnlp file, names incrementally : index(1).jnlp, index(2).jsp, etc. , launces application. after 100 downloads, when user clicks on link, chrome opens "save as" dialog. user clicks on save; , chrome asks "this file exists, want replace it?" , user says yes, , chrome downloads jnlp etc.

this process creates usability problems. avoid started changing name of jnlp file regularly. when users click on new jnlp link first time, chrome asks "this type of file can harm computer. want keep .......jnlp anyway?" before downloading file. , creates step of clicking button. , of course scares user.

in spite of chrome's problematic handling of issue, firefox smoothly continues incrementing file name number after 100.

how can solve problem chrome, without asking user complicated adjustments in computers?

have jnlp install desktop shortcut & menu items. way, need 'download jnlp' once!

the 2 icons on right (jotpad & star zoom animation) both java based apps., installed using java web start. since jotpad sand-boxed, user prompted whether create shortcut. choice not offered apps. higher permission levels, make more sense install/remove shortcuts , menu items using integrationservice - allows app. (after prompting user) create/remove them @ run-time.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -