Originally posted by Jos� Antonio Frutos:
I need distribute a java desktop applicatioon, but my application users have installed neither the jar nor java webstart. It's possible installed this on-line?.
As far as I know, you will need to have some version of Java installed on these client machines before your webstart application will be recognized and run.
Your browser needs to know what to do with the .jnlp files and it will only know this if java webstart is installed. You can specify the version of Java needed to run your application from the .jnlp file and this will be downloaded and installed as required, but you initially need a version of Java installed to begin with.
Cheers, Jared.