Java Web Start: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 13:
Important Web Start features include the ability to automatically download and install a JRE in the case where the user does not have Java installed, and for programmers to specify which JRE version is needed to run a given program. The user does not have to remain connected to the Internet to execute the downloaded programs, because they execute from a locally-maintained [[cache]]. Finally, automatic updates of the software from the Web are available when the user is connected to the Internet, thus easing the burden of deployment.
 
== See also ==
 
* [[ClickOnce]] - It's the .NET late answer to Java Web Start technology.
 
== Known Webstart Applications ==