The Java Tutorials have been written for JDK 8.Java教程是为JDK 8编写的。Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available.本页中描述的示例和实践没有利用后续版本中引入的改进,并且可能使用不再可用的技术。See Java Language Changes for a summary of updated language features in Java SE 9 and subsequent releases.有关Java SE 9及其后续版本中更新的语言特性的摘要,请参阅Java语言更改。
See JDK Release Notes for information about new features, enhancements, and removed or deprecated options for all JDK releases.有关所有JDK版本的新功能、增强功能以及已删除或不推荐的选项的信息,请参阅JDK发行说明。
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应用程序。
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技术的更多信息,请参阅以下内容: