Documentation

The Java™ Tutorials
Hide TOC
Java Web StartJavaWebStart
Trail: Deployment

Lesson: Java Web Start课程:Java Web Start

Java Web Start software provides the power to launch full-featured applications with a single click. Java Web Start软件提供了只需单击一下即可启动全功能应用程序的能力。Users can download and launch applications, such as a complete spreadsheet program or an Internet chat client, without going through lengthy installation procedures.用户可以下载并启动应用程序,例如完整的电子表格程序或互联网聊天客户端,而无需经过漫长的安装过程。

With Java Web Start software, users can launch a Java application by clicking a link in a web page. 使用Java Web Start软件,用户可以通过单击网页中的链接来启动Java应用程序。The link points to a Java Network Launch Protocol (JNLP) file, which instructs Java Web Start software to download, cache, and run the application.该链接指向一个Java网络启动协议(JNLP)文件,该文件指示Java Web Start软件下载、缓存和运行应用程序。

Java Web Start software provides Java developers and users with many deployment advantages:Java Web Start软件为Java开发者和用户提供了许多部署优势:

Java Web Start software is installed as part of the JRE software. Java Web Start软件是作为JRE软件的一部分安装的。Users do not have to install Java Web Start software separately or perform additional tasks to use Java Web Start applications.用户无需单独安装Java Web Start软件或执行其他任务即可使用Java Web Start应用程序。

Additional References其他参考资料

This lesson is intended to get you started with Java Web Start technology and does not include all available documentation. 本课程旨在让您开始了解Java Web Start技术,但不包括所有可用的文档。For more information about Java Web Start technology, see the following:有关Java Web Start技术的更多信息,请参阅以下内容:


Previous page: Previous Lesson
Next page: Developing a Java Web Start Application