S
Stefan Ram
When I put an executable JAR file on a web server, a link to
it can be clicked and the JAR file will be executed.
(Possibly, the user will be asked to confirm this.) It can
also be cached by the web browser, so that it might start
faster the next time. The user can also put a link to it in
his start menu or somewhere else, so that he can start it
nearly like a local program.
Which additional benefits does Java Web Start provide compared
to an executable JAR available via HTTP?
it can be clicked and the JAR file will be executed.
(Possibly, the user will be asked to confirm this.) It can
also be cached by the web browser, so that it might start
faster the next time. The user can also put a link to it in
his start menu or somewhere else, so that he can start it
nearly like a local program.
Which additional benefits does Java Web Start provide compared
to an executable JAR available via HTTP?